-
Notifications
You must be signed in to change notification settings - Fork 77
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
Support Azure OpenAI service #18
Comments
Thanks for the suggestion @LayZeeDK. I'm interested by your request. What's motivating it? I certainly agree that this project should be generalized to support different LLM APIs in the future. If we want to implement Azure, I'd be curious to learn:
|
Azure OpenAI service supports enterprise-grade security, policies, compliance, and regional availability. Would you be interested in API access? |
API reference for Azure OpenAI service: |
Yup this is definitely something I'd be interested in making happen! I tagged the issue as help wanted |
CompletionsRequestEndpointIn Lines 66 to 71 in 6ee5bc5
Instead of HeadersInstead of an ParametersIn the Azure OpenAI Service API, a completions request does not support a ResponseThe OpenAI API response object has a The Lines 91 to 101 in 6ee5bc5
At least not if |
Thanks for the context. Currently, I'm blocked because I don't have access to the Azure OpenAI services. I applied but haven't heard back from Microsoft |
Currently blocked on async-openai supporting Azure: 64bit/async-openai#32 |
You can try this project that converts Azure to OpenAI API. https://github.com/haibbo/cf-openai-azure-proxy/blob/main/README_en.md then edit the gptchat's config file( Note: |
Please add support for Azure OpenAI service that now has General Availability (GA), including the GPT-3 model.
The text was updated successfully, but these errors were encountered: