-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[.Net] Add AutoGen.OpenAI package that uses OpenAI v2 SDK #3402
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it, more clean and lean. The AzureOpenAIClient is neat and better than the previous code where you had to do a configuration and "hack" it into each agent.
100% same here,, the |
dotnet/sample/AutoGen.BasicSamples/GettingStart/Agent_Middleware.cs
Outdated
Show resolved
Hide resolved
* udpate * add sample to connect to azure oai * update comment * ping to beta5 * add openai tests * format code * add structural output example * update comment * fix test * resolve comments * fix format issue * update sk version
Why are these changes needed?
Related issue number
#3193
also fix #3404 and #3248
DONT MERGE
waiting for sk to release a package working with openai beta10 package
Checks