8000 Gemini Live agent will stop when user interrupt it · Issue #1661 · pipecat-ai/pipecat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Gemini Live agent will stop when user interrupt it #1661

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

Open
ILG2021 opened this issue Apr 25, 2025 · 3 comments
Open

Gemini Live agent will stop when user interrupt it #1661

ILG2021 opened this issue Apr 25, 2025 · 3 comments

Comments

@ILG2021
Copy link
ILG2021 commented Apr 25, 2025

It does not work as expected like in this video:
https://youtu.be/1eybCQYOJnY?t=683

@markbackman
Copy link
Contributor

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.

@ILG2021
Copy link
Author
ILG2021 commented Apr 25, 2025

You can confirm Pipecat to either allow interruptions or not. To confirm, you set allow_interruptions in the PipelineTask params:

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.

@ILG2021
Copy link
Author
ILG2021 commented Apr 27, 2025

@markbackman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
390C
Projects
None yet
Development

No branches or pull requests

2 participants
0