Merge branch 'ikechan8370:v2' into v2

This commit is contained in:
ycxom 2025-04-01 09:57:28 +08:00 committed by GitHub
commit a73ffda83b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,11 @@ export class ChatGLM4Client extends BaseClient {
authorization: `Bearer ${this._accessToken}`, authorization: `Bearer ${this._accessToken}`,
'content-type': 'application/json', 'content-type': 'application/json',
referer: 'https://www.chatglm.cn/main/alltoolsdetail', 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', referrer: 'https://www.chatglm.cn/main/alltoolsdetail',
timeout: 60000 timeout: 60000