sweepai-dev / vocode-python

🤖 Build voice-based LLM agents. Modular + open source.
https://vocode.dev
MIT License
0 stars 0 forks source link

[DRAFT] Add keyword-based interrupts #8

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds support for keyword-based interrupts in the vocode-python repository. Currently, the bot gets interrupted when the human starts speaking. With this change, the bot will only be interrupted when a specific wake-up word is detected in the human's speech. This allows for more control over when the bot should be interrupted.

Summary of Changes

Please review and merge this PR at your earliest convenience. Thank you!

Fixes #3.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/feature/keyword-based-interrupts