fix: 修改默认baseurl

This commit is contained in:
ikechan8370 2023-03-07 19:49:37 +08:00
parent ec74999df8
commit 2a7464ad24
2 changed files with 4 additions and 3 deletions

View file

@ -80,7 +80,8 @@ export class OfficialChatGPTClient {
'x-openai-assistant-app-id': '',
authorization: `Bearer ${this._accessToken}`,
'content-type': 'application/json',
referer: 'https://chat.openai.com/chat'
referer: 'https://chat.openai.com/chat',
library: 'chatgpt-plugin'
},
referrer: 'https://chat.openai.com/chat'
}