fix backend TTS provider compatibility
This commit is contained in:
@@ -58,6 +58,7 @@ async def resolve_runtime_config(
|
||||
# 模型/音色:凭证的模型ID优先
|
||||
model=(llm.model_id if llm else ""),
|
||||
asr=(stt.model_id if stt else ""),
|
||||
tts_model=(tts.model_id if tts else ""),
|
||||
voice=(tts.voice if tts else ""),
|
||||
stt_language=(stt.language if stt else ""),
|
||||
tts_speed=(tts.speed if tts else 1.0),
|
||||
|
||||
Reference in New Issue
Block a user