Update Azure.AI.OpenAI - #10928
Conversation
|
I went ahead and updated MEAI as well. Jose Perez Rodriguez (@joperezr) Eric Erhardt (@eerhardt) did you want to take a look? |
Jose Perez Rodriguez (joperezr)
left a comment
There was a problem hiding this comment.
Thanks Eric StJohn (@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. |
Eric StJohn (@ericstj) Stephen Toub (@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 |
Stephen Toub (@stephentoub) Jeff Handley (@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.