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
The text was updated successfully, but these errors were encountered:
danielmahon
changed the title
Allow text only replies from multimodal (realtime) LLM
Allow text only replies from multimodal (realtime) agent
Mar 11, 2025
Thanks for the patch-package recommendation! I wouldn't have thought of that and it gives me a very clean way to get my PR #283 into my build process while I am waiting for team to review. I hope you don't have to wait as long as I have been waiting!
We should allow the realtime API to only respond in text, as it is natively supported.
https://platform.openai.com/docs/api-reference/realtime
Currently (If I'm interpreting the behavior right) LiveKit treats text responses as errors, even if the modality is set to text only.
Today I used patch-package to patch
@livekit/[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: