fix backend TTS provider compatibility
This commit is contained in:
@@ -84,6 +84,7 @@ async def test_openai_credential(
|
||||
"model": config.model_id,
|
||||
"input": "测试",
|
||||
"voice": config.voice,
|
||||
"response_format": "pcm",
|
||||
"speed": config.speed,
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user