Set DashScope TTS default mode to commit
This commit is contained in:
@@ -84,7 +84,7 @@ class DashScopeTTSService(BaseTTSService):
|
|||||||
api_url: Optional[str] = None,
|
api_url: Optional[str] = None,
|
||||||
voice: str = "Cherry",
|
voice: str = "Cherry",
|
||||||
model: Optional[str] = None,
|
model: Optional[str] = None,
|
||||||
mode: str = "server_commit",
|
mode: str = "commit",
|
||||||
sample_rate: int = 16000,
|
sample_rate: int = 16000,
|
||||||
speed: float = 1.0,
|
speed: float = 1.0,
|
||||||
):
|
):
|
||||||
|
|||||||
Reference in New Issue
Block a user