sweepai-dev / vocode-python

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

Add keyword-based interrupts #7

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 whenever the human starts speaking. With this PR, we introduce a new configuration parameter for the wake-up word, allowing users to specify a specific word that triggers an interrupt. This is useful in cases where interruptions should only occur based on a wake-up word, similar to how "Alexa" works.

Summary of Changes

Please review and merge this PR to enable keyword-based interrupts in the vocode-python repository.

Fixes #3.

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

git checkout sweep/feature/keyword-based-interrupts