mattordev / coda

C.O.D.A is a smart assistant that I've began to rewrite. The new implementation makes use of ElevenLabs' voice synthesis and has many more features planned like GPT3.5/4 integration and home assistant capabilities
GNU Affero General Public License v3.0
1 stars 0 forks source link

Rewrite command word detection #4

Open mattordev opened 1 year ago

mattordev commented 1 year ago

Currently, the command word detection will trigger a command word based on if it finds a command word ANYWHERE within the supplied voice input. This becomes problematic for stringing together more complex command chains or sentences in general.

For example, if I was to say: "What's the status of that project?" With the current system, this would trigger the check system status command because that's the trigger word for that command.