-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add suppot for azure oai realtime? #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would love an example on this as well. Closest resource I found is this: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/audio-real-time?pivots=programming-language-javascript - not sure if it's there's any example for this repo |
This should work. file: src/lib/realtime-api-beta/lib/api.js
this helps you how to setup your URL: |
i want to run this demo with azure url and key. |
Anyone get this working with azure? |
maybe this will be resolved once they accept this pull request - openai/openai-realtime-api-beta#60 |
For anybody having the same issue there have been some news concerning this. First of all, the current main branch of this repository is using WebRTC as the standard to communicate with the Realtime API. According to this Azure does NOT support WebRTC. Which means you will have to use the old websockets version that can be found here and modify it as mentioned before. Hope this saves some time to someone looking for answers. |
possible?
The text was updated successfully, but these errors were encountered: