Finity-Alpha / OpenVoiceChat

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

Better abstractions #7

Closed fakhirali closed 3 months ago

fakhirali commented 3 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 3 months ago

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