mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 01:53:53 +08:00
Merge pull request #1092 from kevin1sMe/fix-doubao-tts
fix: doubao tts token
This commit is contained in:
@@ -51,7 +51,7 @@ class TTSProvider(TTSProviderBase):
|
|||||||
request_json = {
|
request_json = {
|
||||||
"app": {
|
"app": {
|
||||||
"appid": f"{self.appid}",
|
"appid": f"{self.appid}",
|
||||||
"token": "access_token",
|
"token": self.access_token,
|
||||||
"cluster": self.cluster,
|
"cluster": self.cluster,
|
||||||
},
|
},
|
||||||
"user": {"uid": "1"},
|
"user": {"uid": "1"},
|
||||||
|
|||||||
Reference in New Issue
Block a user