You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, Ellama will build with the tts feature OFF. If you need TTS, build with cargo build --features tts.
Note that on Linux, this requires libspeechd (libspeechd-dev) to be installed. TTS is currently not enabled in release builds because of this (cross-compilation complications), see #71