Skip to content

Commit 7108507

Browse files
authored
docs: GH pages (#138)
* Update README.md * fixing image links
1 parent dbcab60 commit 7108507

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ An elderly gentleman wearing a toga waves at you from the steps of the grand tem
109109

110110
**Dinocrates:** "Welcome, traveler," he says warmly. "I am Dinocrates, architect of this great city. Your arrival was foretold."
111111

112-
**You:** It was? I mean, of course, it was. I'm here to help, I think.
112+
**You:** It was? I mean, of course, it was. I'm here to help, I think.
113113

114114
**Dinocrates:** Yes, as I was saying, you've been expected for some time now. We have a task that requires your unique skills.
115115

lessons/02-first-ai-app/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You manage to secure the boat at the dock and start walking along the wooden pla
5151
As you walk, you notice a man with a long beard and a hat, digging through a crate of what looks like mechanical parts. His hands move deftly, sorting through gears and springs with practiced ease.
5252

5353

54-
![Leonardo Da Vinci standing next to a crate in the harbour](/lessons/02-first-ai-app/assets/leonardo.png)
54+
![Leonardo Da Vinci standing next to a crate in the harbour](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/02-first-ai-app/assets/leonardo.png)
5555

5656
### Help me, Leonardo
5757

@@ -79,7 +79,7 @@ As you walk, you notice a man with a long beard and a hat, digging through a cra
7979

8080
### At the workshop
8181

82-
![Leonardos workshop](/lessons/02-first-ai-app/assets/leonardo-workshop.png)
82+
![Leonardos workshop](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/02-first-ai-app/assets/leonardo-workshop.png)
8383

8484
The old man leads you to a large wooden door and you are greeted by the sight of a workshop filled with all sorts of mechanical contraptions.
8585

@@ -120,7 +120,7 @@ If you want to interact with Leonardo, run the [Characters](/app/README.md) app.
120120
> This is entirely fictional; the responses are generated by AI.
121121
> [Responsible AI disclaimer](/README.md#responsible-ai-disclaimer)
122122
123-
![Leonardo talks](/lessons/02-first-ai-app/assets/leonardo-talk.jpeg)
123+
![Leonardo talks](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/02-first-ai-app/assets/leonardo-talk.jpeg)
124124

125125
**Steps**:
126126

@@ -403,7 +403,7 @@ This means the majority of tokens can be spent on the input tokens, i.e 128k - 1
403403
I want you to generate recipes for me.
404404
```
405405

406-
![Demo of tokenizer](/lessons/02-first-ai-app/assets/tokenizer.png)
406+
![Demo of tokenizer](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/02-first-ai-app/assets/tokenizer.png)
407407

408408
Running `tokenizer` on the sentence above gives us 9 tokens.
409409

@@ -455,7 +455,7 @@ Leonardo suddenly asked to inspect the Time Beetle closer, he looked at it from
455455

456456
**Time Beetle:** Nothing
457457

458-
![Aerial screw, Leonardo Da Vinci](/lessons/02-first-ai-app/assets/helicopter.jpg)
458+
![Aerial screw, Leonardo Da Vinci](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/02-first-ai-app/assets/helicopter.jpg)
459459

460460
> [!NOTE]
461461
> The aerial screw, also known as the helical air screw, was intended to lift off the ground by compressing air. Leonardo's design featured a large, spiral-shaped rotor made of linen, stiffened with starch, and mounted on a wooden platform. The idea was that a crew of men would run around the platform, turning cranks to rotate the screw rapidly enough to achieve lift

lessons/02-first-ai-app/translations/README.bn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ const completion = await openai.chat.completions.create({
448448
I want you to generate recipes for me.
449449
```
450450
451-
![টোকেনাইজার ডেমো](/lessons/02-first-ai-app/assets/tokenizer.png)
451+
![টোকেনাইজার ডেমো](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/02-first-ai-app/assets/tokenizer.png)
452452
453453
উপরের বাক্যে **`tokenizer`** চালালে **৯টি টোকেন** পাওয়া যায়।
454454

lessons/03-prompt-engineering/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A swirl of colors envelops the carriage, the world around you dissolving into a
6262

6363
The swirl of colors fades, and you find yourself in the carriage, now racing down the Via Appia in Rome and to your astonishment, you're in the middle of a horse race. Chariots thunder past, their wheels kicking up clouds of dust.
6464

65-
![Escape from Rome](/lessons/03-prompt-engineering/assets/escape.png)
65+
![Escape from Rome](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/03-prompt-engineering/assets/escape.png)
6666

6767
**You:** Leonardo, where are we?
6868

@@ -100,7 +100,7 @@ With a final push, the aerial screw begins to spin. The blades catch the air, an
100100

101101
You look out over the city; the ancient buildings stretch out below you.
102102

103-
![Airborne, looks down at the city with feet dangling](/lessons/03-prompt-engineering/assets/airborne.png)
103+
![Airborne, looks down at the city with feet dangling](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/03-prompt-engineering/assets/airborne.png)
104104

105105
## Interact with Sforza
106106

@@ -110,7 +110,7 @@ If you want to interact with Sforza, run the [Characters](/app/README.md) app.
110110
> This is entirely fictional; the responses are generated by AI.
111111
> [Responsible AI disclaimer](/README.md#responsible-ai-disclaimer)
112112
113-
![Ludovico Sforza](/lessons/03-prompt-engineering/assets/ludovico.png)
113+
![Ludovico Sforza](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/03-prompt-engineering/assets/ludovico.png)
114114

115115
**Steps**:
116116

lessons/05-rag/translations/README.bn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ _এই ভিডিওটি **Retrieval-Augmented Generation (RAG)** ব্য
176176

177177
### **একটি RAG সিস্টেম কীভাবে কাজ করে?**
178178

179-
![RAG সিস্টেমের চিত্র](/lessons/05-rag/assets/rag.png)
179+
![RAG সিস্টেমের চিত্র](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/05-rag/assets/rag.png)
180180

181181
**ধাপে ধাপে কাজ করার পদ্ধতি:**
182182

lessons/06-tool-calling/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you haven't already, set up your development environment. Here's how you can
1414

1515
## Related Resources
1616

17-
[![Integrating with function calling](/lessons/06-tool-calling/assets/11-lesson-banner.png)](https://aka.ms/gen-ai-lesson11-gh?WT.mc_id=academic-105485-koreyst)
17+
[![Integrating with function calling](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/06-tool-calling/assets/11-lesson-banner.png)](https://aka.ms/gen-ai-lesson11-gh?WT.mc_id=academic-105485-koreyst)
1818

1919
_This video explains Tool calling, a method that helps the AI call your functions and thereby expand what it can do_
2020

@@ -41,7 +41,7 @@ You: "Who are we talking about and where can I find her?"
4141

4242
The world around you starts to blur, and everything fades to black. You come to and find yourself in the cockpit of a plane. You're airborne, and you can see the ocean below you. There's someone sitting in front; you can only see the back of their neck.
4343

44-
![Amelia piloting a plane](/lessons/06-tool-calling/assets/amelia.jpeg)
44+
![Amelia piloting a plane](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/06-tool-calling/assets/amelia.jpeg)
4545

4646
**You**: "Amelia, is that you?"
4747

@@ -69,7 +69,7 @@ If you want to interact with Ada, run the [Characters](/app/README.md) app.
6969
> This is entirely fictional; the responses are generated by AI.
7070
> [Responsible AI disclaimer](/README.md#responsible-ai-disclaimer)
7171
72-
![Ada Lovelace](/lessons/06-tool-calling/assets/amelia-front.jpeg)
72+
![Ada Lovelace](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/06-tool-calling/assets/amelia-front.jpeg)
7373

7474
**Steps**:
7575

@@ -92,7 +92,7 @@ For a more detailed explanation of the app, see [Detailed app explanation](/less
9292

9393
**Time Beetle**: "Here's an image to illustrate the process of tool calling:"
9494

95-
![Tool calling process illustration](/lessons/06-tool-calling/assets/tool_call_langchain.png)
95+
![Tool calling process illustration](https://raw.githubusercontent.com/microsoft/generative-ai-with-javascript/main/lessons/06-tool-calling/assets/tool_call_langchain.png)
9696

9797
_Image credit Langchain <https://python.langchain.com/docs/concepts/tool_calling/>_
9898

0 commit comments

Comments
 (0)