mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03: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 = {
|
||||
"app": {
|
||||
"appid": f"{self.appid}",
|
||||
"token": "access_token",
|
||||
"token": self.access_token,
|
||||
"cluster": self.cluster,
|
||||
},
|
||||
"user": {"uid": "1"},
|
||||
|
||||
Reference in New Issue
Block a user