Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(openai): emit Realtime API response text delta and done #160

Merged
merged 2 commits into from
Nov 16, 2024

Commits on Nov 15, 2024

  1. Emit events for response text delta and done

    This adds simple support for reading the responses of a text-only Realtime API Model. I found no way to get the responses as transcriptions don't seem to be created when only the "text" modality is chosen. 
    
    In our case, we patched these changes and forwarded the text to the agent's publication track so our client handles audio and text transcriptions the same way.
    danielmahon authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e835881 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Create seven-dryers-repeat.md

    nbsp authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    01a135e View commit details
    Browse the repository at this point in the history