Voice: local Whisper model missing from container, Kokoro TTS setup needed #114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Local Whisper STT:
HERO_VOICE_STT_LOCAL=trueis set in hero_voice.toml but the model file/data/models/whisper/ggml-tiny.en.bindoes not exist in the container. Transcription falls back to Groq cloud.Kokoro TTS: hero_agent tries Kokoro (local) first for TTS, but the Kokoro service is not deployed/configured.
What works now
What's needed
Priority
P3 — cloud fallbacks work. Local models are for privacy/latency.
Signed-off-by: mik-tf
Moved to hero_demo#11 — see lhumina_code/hero_demo#11