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

Conversation

danielmahon
Copy link
Contributor

@danielmahon danielmahon commented Nov 15, 2024

This adds simple support for reading the responses of a text-only Realtime API Model. I found no way currently 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.

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.
Copy link

changeset-bot bot commented Nov 15, 2024

🦋 Changeset detected

Latest commit: 01a135e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@livekit/agents-plugin-openai Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@CLAassistant
Copy link

CLAassistant commented Nov 15, 2024

CLA assistant check
All committers have signed the CLA.

@danielmahon danielmahon changed the title Emit events for response text delta and done Emit events for Realtime API response text delta and done Nov 15, 2024
@nbsp nbsp self-requested a review November 16, 2024 07:08
@nbsp nbsp changed the title Emit events for Realtime API response text delta and done feat(openai): emit Realtime API response text delta and done Nov 16, 2024
@nbsp nbsp merged commit 0f1d353 into livekit:main Nov 16, 2024
4 checks passed
@nbsp
Copy link
Member

nbsp commented Nov 16, 2024

thanks!

@github-actions github-actions bot mentioned this pull request Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants