-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 SK to use official Azure OpenAI .NET SDK #86
Comments
thanks @luisquintanilla, yes, we are familiar with the package and plan to use the official library eventually. There are a few aspects to consider, such as batching, HTTP retry logic, mapping model names to deployments, support for the many OpenAI endpoints, etc. I think this will eventually be part of the ongoing effort about extending the list of models and endpoints, which is going to improve the underlying design of backends and connectors. |
@luisquintanilla , I have added this to the project team so we can track this. |
Sounds great. Thanks! |
@dluc I believe you are working on this. |
@luisquintanilla work done, v0.12 now uses the Azure SDK for text, chat and embeddings. We still have a custom client for DALL-E2. Please let us know if there are updates, we'll keep an eye on the nuget feed ;-) Would be nice having an official support for OpenAI OrgId. For now we used a work around injecting a header. Some things we could not figure out yet:
|
…t/Microsoft.Extensions.TimeProvider.Testing-8.4.0 Bump Microsoft.Extensions.TimeProvider.Testing from 8.2.0 to 8.4.0 in /dotnet
Update Azure OpenAI Service client to use the official .NET SDK.
https://www.nuget.org/packages/Azure.AI.OpenAI/
The text was updated successfully, but these errors were encountered: