Replies: 2 comments
-
updated documentation link, need to provide |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Azure has the ability for users to deploy their own OpenAI service as part of their cognitive services offerings. By the looks of it, Microsoft will quickly mirror functionality and models as they're made available by OpenAI (e.g. they added chat-turbo the day after it was available).
See below example from the OpenAI cookbook on how the Azure OpenAI endpoints look. Users give their deployment a
name
and end up withhttps://my-service-name.openai.azure.com
. No indication that this url pattern will change, but not sure.https://github.com/openai/openai-python/blob/main/README.md#microsoft-azure-endpoints
Potential options:
Beta Was this translation helpful? Give feedback.
All reactions