Skip to content

Commit eba4992

Browse files
authored
Merge pull request microsoft#717 from SaiHarshaK/patch-1
Fix typos in the lesson
2 parents 424896e + 096a329 commit eba4992

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

00-course-setup/translations/tr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ Bu proje [Microsoft Open Source Code of Conduct](https://opensource.microsoft.co
205205

206206
## Başlayalım
207207

208-
Bu kursu tamamlamak için gerekli adımları tamamladığınıza göre, şimdi [Üretken Yapay Zeka ve Büyük Dil Modellerine (LLM'ler)](../01-introduction-to-genai/README.md?WT.mc_id=academic-105485-koreyst) giriş yaparak başlayalım.
208+
Bu kursu tamamlamak için gerekli adımları tamamladığınıza göre, şimdi [Üretken Yapay Zeka ve Büyük Dil Modellerine (LLM'ler)](../../../01-introduction-to-genai/README.md?WT.mc_id=academic-105485-koreyst) giriş yaparak başlayalım.

01-introduction-to-genai/translations/tr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ Cevap: 3, bir LLM (Büyük Dil Modeli) deterministik değildir, yani yanıtları
137137

138138
Bu dersi tamamladıktan sonra [Üretken Yapay Zeka Öğrenme Koleksiyonumuzu](https://aka.ms/genai-collection?WT.mc_id=academic-105485-koreyst) inceleyerek Üretken Yapay Zeka bilginizi geliştirmeye devam edin!
139139

140-
Ders 2'ye geçerek farklı LLM türlerini nasıl [keşfedip karşılaştırabileceğinizi](../../02-exploring-and-comparing-different-llms/README.md?WT.mc_id=academic-105485-koreyst) öğrenin!
140+
Ders 2'ye geçerek farklı LLM türlerini nasıl [keşfedip karşılaştırabileceğinizi](../../../02-exploring-and-comparing-different-llms/README.md?WT.mc_id=academic-105485-koreyst) öğrenin!

03-using-generative-ai-responsibly/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ A: 2 and 3 are correct. Responsible AI helps you consider how to mitigate harmfu
124124

125125
## 🚀 Challenge
126126

127-
Read up on [Azure AI Content Saftey](https://learn.microsoft.com/azure/ai-services/content-safety/overview?WT.mc_id=academic-105485-koreyst) and see what you can adopt for your usage.
127+
Read up on [Azure AI Content Safety](https://learn.microsoft.com/azure/ai-services/content-safety/overview?WT.mc_id=academic-105485-koreyst) and see what you can adopt for your usage.
128128

129129
## Great Work, Continue Your Learning
130130

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Each lesson also includes a "Keep Learning" section with additional learning too
3030

3131
## What You Need
3232
### To run the code of this course, you can use either:
33-
- [Azure OpenAI Service](https://aka.ms/genai-beginners/azure-open-ai) - **Lessons:** "aoai-assignment"
34-
- [GitHub Marketplace Model Catalog](https://aka.ms/genai-beginners/gh-models) - **Lessons:** "githubmodels"
35-
- [OpenAI API](https://aka.ms/genai-beginners/open-ai) - **Lessons:** "oai-assignment"
33+
- [Azure OpenAI Service](https://aka.ms/genai-beginners/azure-open-ai?WT.mc_id=academic-105485-koreyst) - **Lessons:** "aoai-assignment"
34+
- [GitHub Marketplace Model Catalog](https://aka.ms/genai-beginners/gh-models?WT.mc_id=academic-105485-koreyst) - **Lessons:** "githubmodels"
35+
- [OpenAI API](https://aka.ms/genai-beginners/open-ai?WT.mc_id=academic-105485-koreyst) - **Lessons:** "oai-assignment"
3636

37-
- Basic knowledge of Python or TypeScript is helpful - \*For absolute beginners check out these [Python](https://aka.ms/genai-beginners/python) and [TypeScript](https://aka.ms/genai-beginners/typescript) courses
38-
- A GitHub account to [fork this entire repo](https://aka.ms/genai-beginners/github) to your own GitHub account
37+
- Basic knowledge of Python or TypeScript is helpful - \*For absolute beginners check out these [Python](https://aka.ms/genai-beginners/python?WT.mc_id=academic-105485-koreyst) and [TypeScript](https://aka.ms/genai-beginners/typescript?WT.mc_id=academic-105485-koreyst) courses
38+
- A GitHub account to [fork this entire repo](https://aka.ms/genai-beginners/github?WT.mc_id=academic-105485-koreyst) to your own GitHub account
3939

4040
We have created a **[Course Setup](./00-course-setup/README.md?WT.mc_id=academic-105485-koreyst)** lesson to help you with setting up your development environment.
4141

0 commit comments

Comments
 (0)