forked from microsoft/autogen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[.NET] Release v0.2.1 (microsoft#3529)
* Write release note for 0.2.1 & upgrade version prefix to 0.2.1 * update tom.yml * add example to release note Co-authored-by: Xiaoyun Zhang <[email protected]> --------- Co-authored-by: luongdavid <[email protected]> Co-authored-by: Xiaoyun Zhang <[email protected]>
- Loading branch information
1 parent
e76c39e
commit 6c9d9d8
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 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/sample/AutoGen.OpenAI.Sample/Connect_To_OpenAI_o1_preview.cs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
- name: 0.2.1 | ||
href: 0.2.1.md | ||
|
||
- name: 0.2.0 | ||
href: 0.2.0.md | ||
|
||
|