Fix: sample_rate in siliconflow tts model call (#17043)

This commit is contained in:
Lynn
2026-07-17 16:29:57 +08:00
committed by GitHub
parent ddd7fc02ee
commit b6ee6c3116

View File

@@ -407,7 +407,7 @@ class SILICONFLOWTTS(HTTPBasedTTS):
"input": text,
"voice": f"{self.model_name}:{voice}",
"response_format": "mp3",
"sample_rate": 123,
"sample_rate": 32000,
"stream": True,
"speed": 1,
"gain": 0,