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

Save Wakewords to JSON file instead of set #8

Closed mattordev closed 1 year ago

mattordev commented 1 year ago

Save the wakewords for triggering the voice detection to a JSON file instead of a local set.

mattordev commented 1 year ago

They now are successfully saved. Just need to get them to read now by whatever might need it.

Might also be a good idea to make a dedicated folder for configs or something similar

Added in a33bfdc