Finity-Alpha / OpenVoiceChat

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

Better abstractions #7

Closed fakhirali closed 8 months ago

fakhirali commented 8 months ago

stt and tts now have good abstractions. To add a new stt or tts all one has to do is implement an init and a run_model function, the rest is handled automatically.

fakhirali commented 8 months ago

A net negative lines of code PR means that abstractions are good lol.