fix backend TTS provider compatibility

This commit is contained in:
Xin Wang
2026-06-10 12:32:55 +08:00
parent ac3f4dd806
commit 4a948ee609
4 changed files with 15 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ class AssistantConfig(BaseModel):
# 模型/音色选项
model: str = "" # LLM
asr: str = "" # STT
tts_model: str = ""
voice: str = "" # TTS 音色
stt_language: str = ""
tts_speed: float = 1.0