Merge pull request #1092 from kevin1sMe/fix-doubao-tts

fix: doubao tts token
This commit is contained in:
hrz
2025-05-04 00:46:53 +08:00
committed by GitHub
@@ -51,7 +51,7 @@ class TTSProvider(TTSProviderBase):
request_json = {
"app": {
"appid": f"{self.appid}",
"token": "access_token",
"token": self.access_token,
"cluster": self.cluster,
},
"user": {"uid": "1"},