mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix:修复glm4指令bad request (#780)
This commit is contained in:
parent
4900f40502
commit
ac52cd7dbe
1 changed files with 5 additions and 1 deletions
|
|
@ -88,7 +88,11 @@ export class ChatGLM4Client extends BaseClient {
|
|||
authorization: `Bearer ${this._accessToken}`,
|
||||
'content-type': 'application/json',
|
||||
referer: 'https://www.chatglm.cn/main/alltoolsdetail',
|
||||
origin: 'https://www.chatglm.cn'
|
||||
origin: 'https://www.chatglm.cn',
|
||||
'X-App-Platform': 'pc',
|
||||
'X-App-Version': '0.0.1',
|
||||
'App-Name': 'chatglm',
|
||||
Host: 'chatglm.cn'
|
||||
},
|
||||
referrer: 'https://www.chatglm.cn/main/alltoolsdetail',
|
||||
timeout: 60000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue