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: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,22 @@ Don't forget to [star (🌟) this repo](https://docs.github.com/en/get-started/e
28
28
29
29
➡️Get your own copy by [Forking this repo](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/fork) and find it next in your own repositories.
30
30
31
-
## ✨ What's New!
31
+
## ✨ What's New
32
32
33
33
We're constantly improving this course with the latest AI tools, models, and practical samples:
34
34
35
-
-**🖼️ New! Hugging Face MCP Server Image Generation Samples!**
35
+
-**� New! Basic Chat App for OpenAI gpt-oss Model!**
36
+
37
+
Try out our new [Basic Chat application](./03-CoreGenerativeAITechniques/src/BasicChat-07Ollama-gpt-oss) designed to test the [OpenAI gpt-oss model](https://openai.com/index/introducing-gpt-oss/). This sample demonstrates how to use the latest open-source model from OpenAI in a .NET console app, making it easy to experiment with conversational AI locally or in the cloud.
38
+
39
+
-**🖼️ Hugging Face MCP Server Image Generation Samples!**
36
40
37
41
Explore new C# console app samples that show how to use the Hugging Face MCP Server to generate images directly from your code.
38
42
39
43
-[Try the sample using GitHub Models or Azure AI Foundry](./03-CoreGenerativeAITechniques/src/MCP-01-HuggingFace/Program.cs)
40
44
-[Use Ollama for local model inference](./03-CoreGenerativeAITechniques/src/MCP-02-HuggingFace-Ollama/Program.cs)
41
45
42
-
-**🕹️ New! Apps Generated with AI**
46
+
-**🕹️ Apps Generated with AI**
43
47
44
48
We're excited to introduce a new section featuring full applications generated with AI tools like GitHub Copilot Agent. These apps demonstrate how generative AI can be used to build real-world .NET solutions leveraging AI as a co-pilot.
45
49
@@ -88,7 +92,6 @@ You'll learn how to implement Generative AI into .NET projects, from basic text
88
92
| Spanish | es |[Spanish Translation](./translations/es/README.md)| 2025-06-24 |
89
93
| German | de |[German Translation](./translations/de/README.md)| 2025-06-24 |
90
94
91
-
92
95
> **Note:** All translations were updated to match the original content on **2025-06-24**. See [PR #161](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/pull/161) for details.
93
96
94
97
## 🛠️ What You Need
@@ -142,7 +145,7 @@ We have a lot of other content to help your learning journey. Check out:
142
145
-[AI Agents for Beginners - A Course](https://aka.ms/ai-agents-beginners)
143
146
-[Data Science for Beginners](https://aka.ms/datascience-beginners)
144
147
-[ML for Beginners](https://aka.ms/ml-beginners)
145
-
-[Cybersecurity for Beginners](https://github.com/microsoft/Security-101)
148
+
-[Cybersecurity for Beginners](https://github.com/microsoft/Security-101)
146
149
-[Web Dev for Beginners](https://aka.ms/webdev-beginners)
147
150
-[IoT for Beginners](https://aka.ms/iot-beginners)
148
151
-[XR Development for Beginners](https://github.com/microsoft/xr-development-for-beginners)
0 commit comments