mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-25 09:51:00 +00:00
7 lines
398 B
Markdown
7 lines
398 B
Markdown
# Release Notes for AutoGen.Net v0.2.1 🚀
|
|
|
|
## New Features 🌟
|
|
- **Support for OpenAi o1-preview** : Added support for OpenAI o1-preview model ([#3522](https://github.com/microsoft/autogen/issues/3522))
|
|
|
|
## Example 📚
|
|
- **OpenAI o1-preview**: [Connect_To_OpenAI_o1_preview](https://github.com/microsoft/autogen/blob/main/dotnet/samples/AutoGen.OpenAI.Sample/Connect_To_OpenAI_o1_preview.cs) |