Skip to content
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

Closed
luisquintanilla opened this issue Mar 16, 2023 · 5 comments
Closed

Update SK to use official Azure OpenAI .NET SDK #86

luisquintanilla opened this issue Mar 16, 2023 · 5 comments
Assignees

Comments

@luisquintanilla
Copy link
Member

Update Azure OpenAI Service client to use the official .NET SDK.

https://www.nuget.org/packages/Azure.AI.OpenAI/

@dluc
Copy link
Collaborator

dluc commented Mar 17, 2023

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.

@evchaki
Copy link
Contributor

evchaki commented Mar 21, 2023

@luisquintanilla , I have added this to the project team so we can track this.

@luisquintanilla
Copy link
Member Author

@luisquintanilla , I have added this to the project team so we can track this.

Sounds great. Thanks!

@microsoftShannon
Copy link
Contributor

@dluc I believe you are working on this.

@dluc
Copy link
Collaborator

dluc commented Apr 19, 2023

@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:

@dluc dluc closed this as completed Apr 19, 2023
Bryan-Roe pushed a commit to BMR-Cloud-Dev/semantic that referenced this issue Jun 28, 2024
…t/Microsoft.Extensions.TimeProvider.Testing-8.4.0

Bump Microsoft.Extensions.TimeProvider.Testing from 8.2.0 to 8.4.0 in /dotnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@dluc @evchaki @luisquintanilla @microsoftShannon and others