mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-18 21:57:27 +08:00
Fix: sample_rate in siliconflow tts model call (#17043)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user