[voice] Ask the Librarian microphone fails with No STT provider available for model whisper #144
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_books#144
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?
Clicking the microphone on the Ask the Librarian box and speaking returns a transcription error: No STT provider available for model whisper. The transcription path still routes through the old shared speech broker with a hardcoded whisper model that is not configured. It should transcribe directly against the tester's own provider key, the same way the text AI summary now does. Note that among the providers offered in the cockpit only Groq supports Whisper speech to text (OpenRouter does not transcribe audio), so when no Groq key is set the UI should show a clear message asking the user to add one rather than a generic RPC error.