docs: tts_fallback = "piper" in TOML-Config dokumentieren
Der Cartesia→Piper-Fallback (IT/RU/AR/PL) funktioniert nur mit dieser Einstellung. Da config/voice-assistant.toml gitignored ist, fehlte sie sonst bei jedem Neu-Deployment und der Fallback wäre still tot. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3c549a05b1
commit
304bc02a07
1 changed files with 5 additions and 0 deletions
|
|
@ -859,6 +859,11 @@ default_output_endpoint = "local-default"
|
|||
openrouter_llm_model = "mistralai/mistral-small-24b-instruct-2501"
|
||||
llm_fallback = "openrouter"
|
||||
|
||||
# WICHTIG: Piper als TTS-Fallback. Greift, wenn Cartesia eine Sprache nicht kann
|
||||
# (IT/RU/AR/PL). Ohne diese Zeile schlägt TTS für diese Sprachen still fehl,
|
||||
# statt auf die lokale Piper-Stimme auszuweichen.
|
||||
tts_fallback = "piper"
|
||||
|
||||
openrouter_tts_model = "openai/gpt-audio-mini"
|
||||
openrouter_tts_voice = "alloy"
|
||||
openrouter_stt_model = "openai/whisper-large-v3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue