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

@@ -84,6 +84,7 @@ async def test_openai_credential(
"model": config.model_id,
"input": "测试",
"voice": config.voice,
"response_format": "pcm",
"speed": config.speed,
},
)