Skip to content

Commit 20417b8

Browse files
committed
Update README.md to include new Basic Chat App for OpenAI gpt-oss model and enhance What's New section
1 parent 0402739 commit 20417b8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,22 @@ Don't forget to [star (🌟) this repo](https://docs.github.com/en/get-started/e
2828

2929
➡️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.
3030

31-
## ✨ What's New!
31+
## ✨ What's New
3232

3333
We're constantly improving this course with the latest AI tools, models, and practical samples:
3434

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!**
3640

3741
Explore new C# console app samples that show how to use the Hugging Face MCP Server to generate images directly from your code.
3842

3943
- [Try the sample using GitHub Models or Azure AI Foundry](./03-CoreGenerativeAITechniques/src/MCP-01-HuggingFace/Program.cs)
4044
- [Use Ollama for local model inference](./03-CoreGenerativeAITechniques/src/MCP-02-HuggingFace-Ollama/Program.cs)
4145

42-
- **🕹️ New! Apps Generated with AI**
46+
- **🕹️ Apps Generated with AI**
4347

4448
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.
4549

@@ -88,7 +92,6 @@ You'll learn how to implement Generative AI into .NET projects, from basic text
8892
| Spanish | es | [Spanish Translation](./translations/es/README.md) | 2025-06-24 |
8993
| German | de | [German Translation](./translations/de/README.md) | 2025-06-24 |
9094

91-
9295
> **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.
9396
9497
## 🛠️ What You Need
@@ -142,7 +145,7 @@ We have a lot of other content to help your learning journey. Check out:
142145
- [AI Agents for Beginners - A Course](https://aka.ms/ai-agents-beginners)
143146
- [Data Science for Beginners](https://aka.ms/datascience-beginners)
144147
- [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)
146149
- [Web Dev for Beginners](https://aka.ms/webdev-beginners)
147150
- [IoT for Beginners](https://aka.ms/iot-beginners)
148151
- [XR Development for Beginners](https://github.com/microsoft/xr-development-for-beginners)

0 commit comments

Comments
 (0)