-
Notifications
You must be signed in to change notification settings - Fork 743
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
Allow for support for Azure OpenAI Services #117
Comments
We have the ability to switch the |
Are you using this? https://github.com/sashabaranov/go-openai (Do not believe there is |
I'm looking into this going forward. The SDK we are using has an open issue on support for Azure OpenAI, but I will look into several solutions for this. |
I feel we might want to build our own SDK to control our destiny a bit more. |
I was thinking of that as well. Let's have a discussion about it tomorrow, when I got more time :) |
This is a solution:https://github.com/stulzq/azure-openai-proxy |
Hi! |
I have created a draft PR to introduce azure open ai provider, bear with us a little longer as it also includes other changes that need to test first before merging it |
@msandbu , would you be able to beta-test the feature since I don't have an azure openai deployment up and running? |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Since many (including myself) with organizations will be using ChatGPT as part of Azure OpenAI Service. The feature should also allow the ability to point to ChatGPT running on Azure OpenAI Services.
It is using the same API but different endpoint https://openaichatgpt.openai.azure.com, could for instance be a featureflag to point it to another endpoint?
The text was updated successfully, but these errors were encountered: