You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lessons/01-intro-to-genai/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ Here's an example of a "chatbot application" in action:
292
292
293
293
**You:** So ecosystems you said, I'm just taking notes here, what about JavaScript and how is it different from other ecosystems?
294
294
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:
296
296
297
297
| What | Description |
298
298
|-|-|
@@ -319,11 +319,11 @@ Here's an example of a "chatbot application" in action:
319
319
320
320
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.
321
321
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.
323
323
324
324
**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.
325
325
326
-
**You:** Ok, tell me more about LLMs?
326
+
**You:** Ok, tell me more about LLMs.
327
327
328
328
**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.
329
329
@@ -353,4 +353,4 @@ C. Python is the only language used for AI development.
353
353
354
354
## Self-Study resources
355
355
356
-
- [Generative Ai JavaScript video series](https://genai-js)
356
+
- [Generative AI JavaScript video series](https://genai-js)
0 commit comments