Skip to content

Text-only mode gives only empty responses #32

Closed
@andreysamode

Description

@andreysamode

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:
Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions