Hi, is it possible to connect to Azure hosted OpenAI models? They come with some differences.
I have seen this
discussion and
PR but it addresses more a personal endpoint oddity then the general OpenAI/
Azure difference:
• API Key authentication: For this type of authentication, all API requests must include the API Key in the
api-key
HTTP header
• Query parameter
api-version
in the URL:
<https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/chat/completions?api-version=2024-06-01>