fix backend TTS provider compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user