Adri6336 / gpt-voice-conversation-chatbot

Allows you to have an engaging and safely emotive spoken / CLI conversation with the AI ChatGPT / GPT-4 while giving you the option to let it remember things discussed.
GNU General Public License v3.0
300 stars 50 forks source link

Language and speed. #25

Closed p6002 closed 1 year ago

p6002 commented 1 year ago

It is possible to change the voice recognition to another language, currently there is only English. Only handwriting recognition works, then google tts reads correctly, but very slowly.

Adri6336 commented 1 year ago

OpenAI's Whisper API is something I plan to add as an option. My tests with it show that it can easily transcribe languages like English and German interchangeably, so it would be preferred for this task. It would also make the bot a whole lot better for the purpose of language training, which is something I would really like.

I'm just kinda busy rn, so adding this won't be terribly fast.