linyiLYi / voice-assistant

A simple toy demo of a local voice assistant with whisper and large language model.
Apache License 2.0
1.26k stars 205 forks source link

Englishify plus fixed langchain deprecation warnings plus more debugging #17

Closed artus-LYTiQ closed 9 months ago

artus-LYTiQ commented 9 months ago

Changed several comments as well as the prompt to English via ChatGPT 4 translation. Gave the langchain imports and use a tiny touch to stop the deprecation warnings. Added a bit more debug information as the code did simply no do anything for me except eating 95% CPU for an hour initially.