feat(stt): add support for AssemblyAI u3-rt-pro model and mid-session updates#4961
Open
russellmartin-livekit wants to merge 1 commit intomainfrom
Open
feat(stt): add support for AssemblyAI u3-rt-pro model and mid-session updates#4961russellmartin-livekit wants to merge 1 commit intomainfrom
russellmartin-livekit wants to merge 1 commit intomainfrom
Conversation
| self._speech_duration: float = 0 | ||
| self._ws: aiohttp.ClientWebSocketResponse | None = None | ||
|
|
||
| async def update_session(self, *, extra_kwargs: dict[str, Any]) -> None: |
Member
There was a problem hiding this comment.
Adding the support makes sense, but this function is not called anywhere. Do we expect more changes to come?
Contributor
Author
There was a problem hiding this comment.
When u3-rt-pro is enabled in gateway this will allow mid-session updates by users (will also be able to do it for deepgram-flux when its updated in gateway)
There is an example here https://github.com/livekit/e2e/pull/908/changes#diff-be337c20cd29f5768663fa4227a69096f86c10817d41be3a47aa9b949619ae37R299
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/livekit/agent-gateway/pull/319
https://github.com/livekit/e2e/pull/908
https://github.com/livekit/cloud-config/pull/8602
#4961