-
Hi team, I am encountering the following error while I try to call the configured number. It says to choose language, I do, then it ask to wait while it connects to agent. After this, in a few seconds…
-
I'm wondering if the project currently supports OpenAI's TTS and STT APIs, or if there are any plans to integrate them.
-
Hey folks,
For measuring usage of the OpenAI Realtime API it's important to measure tokens used. Unfortunately, the `conversation.updated` event doesn't contain token counts, for reference, you can…
-
### System Info
When I was trying to use openai_realtime_dart: ^0.0.3 with following codes, it appears Connected to "wss://api.openai.com/v1/realtime" yet when trying to receive the response after …
-
### Minimal steps to reproduce
1. I set up the following variables in my `.env` file:
```plaintext
AZURE_OPENAI_ENDPOINT=wss://aihubrealtimem6781383663.openai.azure.com
AZURE_OPENAI_REALTIME_D…
-
I'm getting rate-limited very often while testing a low-consumption use case. Doing this with https://github.com/openai/openai-realtime-console doesn't fire the rate limit. It's the same use case and …
-
Added support for OpenAI realtime model, which is built on Websockets
Additionally, if Spring AI can provide a more convenient and rapid way to integrate Spring Websocket, it should be very helpful…
-
**例行检查**
[//]: # (方框内删除已有的空格,填 x 号)
+ [x] 我已确认目前没有类似 issue
+ [x] 我已确认我已升级到最新版本
+ [x] 我已完整查看过项目 README,已确定现有版本无法满足需求
+ [x] 我理解并愿意跟进此 issue,协助测试和提供反馈
+ [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue…
-
For example, voice conversion
-
Hi,
I tried to run your code. But getting the following message in the Chainlit app "Please activate voice mode before sending messages!". I see that realtime.isconnected is returning False. This is …