8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It does not work as expected like in this video: https://youtu.be/1eybCQYOJnY?t=683
8000 The text was updated successfully, but these errors were encountered:
You can confirm Pipecat to either allow interruptions or not. To confirm, you set allow_interruptions in the PipelineTask params:
task = PipelineTask( pipeline, params=PipelineParams( allow_interruptions=True, # Right here enable_metrics=True, enable_usage_metrics=True, report_only_initial_ttfb=True, ), )
There are also other ways to accomplish no interruptions, like adding an STTMuteFilter to your pipeline.
Sorry, something went wrong.
Thanks for your reply, I have set this. I am using the example here: https://github.com/pipecat-ai/pipecat/tree/main/examples/simple-chatbot
The chatbot can be interrupt, my problem is when it is interrupted, it will stop speaking, not restore from where it is interrupted.
@markbackman
No branches or pull requests
It does not work as expected like in this video:
https://youtu.be/1eybCQYOJnY?t=683
8000 The text was updated successfully, but these errors were encountered: