gia-guar / JARVIS-ChatGPT

A Conversational Assistant equipped with synthetic voices including J.A.R.V.I.S's. Powered by OpenAI and IBM Watson APIs and a Tacotron model for voice generation.
MIT License
384 stars 89 forks source link

Simple: typo in VirtualAssitant.py check does not apply custom wakewords #3

Closed virtuallyaverage closed 1 year ago

virtuallyaverage commented 1 year ago

In VirtualAssistant.py roughly 104 (I am working on a few things so about that area)

the if check has an extra o:


        if 'awake_with_keyowords' in kwargs:
            self.Keywords = kwargs['awake_with_keywords']
        else:
            self.Keywords = awake_with_keywords```
virtuallyaverage commented 1 year ago

I fixed this in mine, but it is still in the main repo

gia-guar commented 1 year ago

Thank you so much I couldn't figure this out. Now it should be fixed.

virtuallyaverage commented 1 year ago

Thanks for working on this, I was actually starting something similar before I found yours. I am currently working on a possible integration with elevenlabs. So that custom voices could be easily used if someone wanted to, without installing tts

gia-guar commented 1 year ago

I didn't know Elevenlabs. Their voices are actually nice to hear. They might be a solid alternative to IBM's. The point of tts is to clone Jarvis voice in real time, tts results are not that refined but other better alternatives like TorToise takes too much time to generate. In the long run I need to explore other alternatives