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 #5

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, users will be able to specify a wake-up word that should be used to interrupt the bot. This allows for more control over when the bot gets interrupted.

Summary of Changes

Please review and merge this PR. Thank you!

Fixes #3.

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

git checkout sweep/feature/keyword-based-interrupts