Finity-Alpha / OpenVoiceChat

Have a natural voice conversation with an LLM
http://www.finityalpha.com/OpenVoiceChat/
Apache License 2.0
200 stars 33 forks source link

Fix base file import bugs in openvoicechat/openvoicechat/* #33

Closed Shehryar718 closed 3 months ago

Shehryar718 commented 3 months ago

There were bugs importing the base file for llm, tts, and stt in certain files for example tts_hf.py:

if __name__ == '__main__':
    from base import BaseMouth
else:
    from .base import BaseMouth
fakhirali commented 3 months ago

Appreciate it brother! :raised_hands: