Closed
Description
To reproduce:
git clone https://github.com/openai/openai-realtime-agents
cd openai-realtime-agents
rm -rf .next
rm -rf .node_modules
npm i
(add key to .env)
(in App.tsx, change "modalities: ["text", "audio"]," to "modalities: ["text"],"
next dev
Result:
The responses I get from the server are empty - just the timestamp:
Works fine with audio added to in modalities, both in text and audio.
Is there some extra bit of configuration that I need to do to make it work in a text-only mode?
Metadata
Metadata
Assignees
Labels
No labels