Add compatibility with Azure's OpenAI API Endpoints #46
talk2MeGooseman
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
hey, thanks for the suggestion. really interesting. I'll have a look at their implementation and see what can be done. I'm a bit busy these days, but I'll look into it as soon as I can 👀 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature or improvement you're requesting
Would you also be willing to have a setting to make this library compatible with Azure's version of OpenAI API endpoints?
This would mirror openai library for Python https://github.com/openai/openai-python#microsoft-azure-endpoints
Azure only uses a subset of the endpoints OpenAI provides with a different request URL.
Here is a link to the Swagger doc for the endpoints for auditing if feasible. I am also willing to help add this feature.
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/2022-12-01/inference.json
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions