Skip to content

Commit dc926c3

Browse files
authored
Update README.md (#67)
Fixed some potential misspellings/errors.
1 parent b5f56f4 commit dc926c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lessons/01-intro-to-genai/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Here's an example of a "chatbot application" in action:
292292
293293
**You:** So ecosystems you said, I'm just taking notes here, what about JavaScript and how is it different from other ecosystems?
294294
295-
**Time Beetle:** JavaScript is one of the most popular programming languages in the world in the 21st century. Here's a few reasons why it's so popular:
295+
**Time Beetle:** JavaScript is one of the most popular programming languages in the world in the 21st century. Here are a few reasons why it's so popular:
296296
297297
| What | Description |
298298
|-|-|
@@ -319,11 +319,11 @@ Here's an example of a "chatbot application" in action:
319319
320320
To use a Large Language Model (LLM) to help Dinocrates with the lighthouse that we mentioned earlier in our story, we’ll use something called prompts, a sentence to describe what you want. You can specify both the information you need and how you want it presented.
321321
322-
**Time Beetle:** Let's get started, let's use a LLM to research how you can build a lighthouse to help Dinocrates.
322+
**Time Beetle:** Let's get started, let's use an LLM to research how you can build a lighthouse to help Dinocrates.
323323
324324
**Time Beetle:**: You’ll need to provide context to the LLM (i.e "me") how to build, with what tools and resources should be available in the times of Alexandria.
325325
326-
**You:** Ok, tell me more about LLMs?
326+
**You:** Ok, tell me more about LLMs.
327327
328328
**Time Beetle:** LLMs are a type of AI model that can generate human-like text based on a given prompt. They are trained on vast amounts of data and can generate text that is coherent, creative, and contextually relevant.
329329
@@ -353,4 +353,4 @@ C. Python is the only language used for AI development.
353353
354354
## Self-Study resources
355355
356-
- [Generative Ai JavaScript video series](https://genai-js)
356+
- [Generative AI JavaScript video series](https://genai-js)

0 commit comments

Comments
 (0)