403 Realtime api #6798
Replies: 1 comment
-
The instant I submitted this I saw my branch was stale. |
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
-
Hello
I'm doing an azure realtime deployment and can connect with the test.js example to the azure endpoint directly. When I drop in the localhost litellm proxy I get a 403 using both the server api-key and the litellm master key.
Tried both an OpenAI endpoint and the azure. Not sure where the 403 is coming from.
litellm_params:
model: azure/gpt-4o-realtime-preview-2024-10-01
api_base: https://my-sandbox-eastus2.openai.azure.com/v1
api_key: os.environ/AZURE_OPENAI_API_KEY
litellm_params:
model: openai/gpt-4o-realtime-preview-2024-10-01
api_key: os.environ/OPENAI_API_KEY
Any help? Happy to add any documentation or tests.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions