-
Hi,
I would like to request adding an interruption bool in updateSession. The expected behavior would be to toggle (on/off) the interruption mechanism of the assistant when the user speaks over them.…
-
[The PR](https://github.com/twilio-samples/speech-assistant-openai-realtime-api-python/pull/13)
```
await openai_ws.send(json.dumps(initial_conversation_item))
await openai_ws.send(json.d…
-
The OpenAI usage includes the following information, but only Anthropic services store cached token details:
```
"usage": {
"prompt_tokens": 2006,
"completion_tokens": 300,
"total_tokens"…
-
OpenAI [added a realtime API](https://platform.openai.com/docs/guides/realtime/overview)!
How do we add this to ruby-openai?
- As simple and easy to use as possible
- Adding as few dependencie…
-
I build it at a linux server, and this is the config, and I want to remote access the server, so I change the vite.js and app.py code which refer to localhost, I change it to 0.0.0.0
It could be …
-
Hi!
[5 new voices](https://platform.openai.com/docs/changelog) were released yesteday. Could you add them to the package?
We can't use them yet.
Thank you!
-
I noticed an issue with the current stateful design of the `RealtimeClient` when using `addTool`.
## Error
The frontend `RealtimeClient` calls `addTool`, updating the internal state to know that …
-
The logs of the Multimodal agent with OpenAI Realtime API show correct English text on the console but on the UI, it sometimes shows the audio transcription in other languages like Hindi, Chinese, Rus…
-
Thank you for the great package. I am looking for a method to change the context before sending it to the LLM in MultimodalAgent class. I think it exists in VoicePipelineAgent, and I am wondering how …
-
OpenAI official add Realtime API these days. Any schedule to support?
https://platform.openai.com/docs/guides/realtime