You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like that real-time model in Azure OpenAI uses WebSocket to connect to the service:
wss://my-eastus2-openai-resource.openai.azure.com/openai/realtime?api-version=2024-10-01-preview&deployment=gpt-4o-realtime-preview-deployment-name
(ref: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/realtime-audio)
I guess that the model version is different and API is too.
I think Azure just needs some slightly different HTTP headers, e.g., x-api-key instead of authorization, and a different base URL (openai.azure.com/blah instead of api.openai.com/blah)
Does azure_api_key support this sdk?
The text was updated successfully, but these errors were encountered: