-
Notifications
You must be signed in to change notification settings - Fork 703
Update Azure.AI.OpenAI #10928
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
Update Azure.AI.OpenAI #10928
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.
Pull Request Overview
This PR updates the Azure.AI.OpenAI package version from 2.2.0-beta.5 to 2.3.0-beta.1, which is needed for Microsoft Extensions AI (MEAI) support.
Key Changes
- Upgrades Azure.AI.OpenAI dependency to a newer beta version
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.
Thanks @ericstj
We haven't updated to latest dotnet servicing, which is likely what is causing your build failures. I can push a change tomorrow that will take care of that. |
@ericstj @stephentoub - The version of OpenAI changed from |
It seems that right now there is this tight internal coupling between OpenAI and Azure.OpenAI and they are working on fixing it. Some of this discussed here openai/openai-dotnet#589 |
@stephentoub @jeffhandley
I think we need this for MEAI.
Using the latest OpenAI package breaks Azure.AI.OpenAI. The latest MEAI packages soon to be released reference this latest version of OpenAI so this breaks "file->new-project" for those when they rely on the Aspire reference to bring in Azure.AI.OpenAI. There's a workaround, but ideally this can get fixed.