-
Notifications
You must be signed in to change notification settings - Fork 810
add llm flush sentinel for llm_node #2023
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
base: main
Are you sure you want to change the base?
Conversation
✅ Changeset File DetectedThe following changeset entries were found:
Change description: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we do this without modifying the entire chain? it seems this can be limited to the llm_node
itself.. where once we detect it, close the next tts stream/transcription stream and then start another one.
that seems cleaner than having to propagate this down. user code in tts_node shouldn't have to care about it
it's feasible to propagate to |
No description provided.