Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

[![](https://dcbadge.limes.pink/api/server/ByRwuEEgH4)](https://aka.ms/genai-discord?WT.mc_id=academic-105485-koreyst)

### 🌐 Multi-Language Support
### 🌐 Multi-Language Supports

#### Supported via GitHub Action (Automated & Always Up-to-Date)

[French](./translations/fr/README.md) | [Spanish](./translations/es/README.md) | [German](./translations/de/README.md) | [Russian](./translations/ru/README.md) | [Arabic](./translations/ar/README.md) | [Persian (Farsi)](./translations/fa/README.md) | [Urdu](./translations/ur/README.md) | [Chinese (Simplified)](./translations/zh/README.md) | [Chinese (Traditional, Macau)](./translations/mo/README.md) | [Chinese (Traditional, Hong Kong)](./translations/hk/README.md) | [Chinese (Traditional, Taiwan)](./translations/tw/README.md) | [Japanese](./translations/ja/README.md) | [Korean](./translations/ko/README.md) | [Hindi](./translations/hi/README.md) | [Bengali](./translations/bn/README.md) | [Marathi](./translations/mr/README.md) | [Nepali](./translations/ne/README.md) | [Punjabi (Gurmukhi)](./translations/pa/README.md) | [Portuguese (Portugal)](./translations/pt/README.md) | [Portuguese (Brazil)](./translations/br/README.md) | [Italian](./translations/it/README.md) | [Polish](./translations/pl/README.md) | [Turkish](./translations/tr/README.md) | [Greek](./translations/el/README.md) | [Thai](./translations/th/README.md) | [Swedish](./translations/sv/README.md) | [Danish](./translations/da/README.md) | [Norwegian](./translations/no/README.md) | [Finnish](./translations/fi/README.md) | [Dutch](./translations/nl/README.md) | [Hebrew](./translations/he/README.md) | [Vietnamese](./translations/vi/README.md) | [Indonesian](./translations/id/README.md) | [Malay](./translations/ms/README.md) | [Tagalog (Filipino)](./translations/tl/README.md) | [Swahili](./translations/sw/README.md) | [Hungarian](./translations/hu/README.md) | [Czech](./translations/cs/README.md) | [Slovak](./translations/sk/README.md) | [Romanian](./translations/ro/README.md) | [Bulgarian](./translations/bg/README.md) | [Serbian (Cyrillic)](./translations/sr/README.md) | [Croatian](./translations/hr/README.md) | [Slovenian](./translations/sl/README.md)

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/hk/README.md is missing tracking id.

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/mo/README.md is missing tracking id.

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/zh/README.md is missing tracking id.

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/ur/README.md is missing tracking id.

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/fa/README.md is missing tracking id.

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/ar/README.md is missing tracking id.

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/ru/README.md is missing tracking id.

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/de/README.md is missing tracking id.

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/es/README.md is missing tracking id.

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Check Paths Have Tracking

File README.md, line 21, Link ./translations/fr/README.md is missing tracking id.

# Generative AI for Beginners (Version 3) - A Course

Expand All @@ -38,7 +38,7 @@
### To run the code of this course, you can use either:
- [Azure OpenAI Service](https://aka.ms/genai-beginners/azure-open-ai?WT.mc_id=academic-105485-koreyst) - **Lessons:** "aoai-assignment"
- [GitHub Marketplace Model Catalog](https://aka.ms/genai-beginners/gh-models?WT.mc_id=academic-105485-koreyst) - **Lessons:** "githubmodels"
- [OpenAI API](https://aka.ms/genai-beginners/open-ai?WT.mc_id=academic-105485-koreyst) - **Lessons:** "oai-assignment"

Check failure on line 41 in README.md

View workflow job for this annotation

GitHub Actions / Check Broken URLs

File README.md, line 41, Link https://aka.ms/genai-beginners/open-ai?WT.mc_id=academic-105485-koreyst is broken.

- 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
- 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
Expand All @@ -55,7 +55,7 @@

Join our [official Azure AI Foundry Discord server](https://aka.ms/genai-discord?WT.mc_id=academic-105485-koreyst) to meet and network with other learners taking this course and get support.

Ask questions or share product feedback in our [Azure AI Foundry Developer Forum](https://aka.ms/azureaifoundry/forum) on Github.

Check failure on line 58 in README.md

View workflow job for this annotation

GitHub Actions / Check URLs Have Tracking

File README.md, line 58, Link https://aka.ms/azureaifoundry/forum is missing tracking id.

## 🚀 Building a Startup?

Expand Down
Loading