Chipper 1.1.8
This is the initial release featuring client side edge AI inference for Text-to-Speech (TTS), enabling in-browser TTS functionality via WebAssembly (Wasm) and ONNX powered by https://github.com/k2-fsa/sherpa-onnx. You can try it out using the /tts true
command in the Web UI chat.
What's Changed
- feat: Implement basic edge inference TTS by @TilmanGriesel in #68
- Update acknowledgements by @TilmanGriesel in #69
- Pull TTS assets dynamically by @TilmanGriesel in #70
Full Changelog: v1.1.7...v1.1.8