mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: unknown
This commit is contained in:
parent
317283218a
commit
d7cb9aa56d
1 changed files with 3 additions and 0 deletions
|
|
@ -1532,6 +1532,9 @@ export class chatgpt extends plugin {
|
|||
if (bingToken?.indexOf('=') > -1) {
|
||||
cookies = bingToken
|
||||
}
|
||||
if (!bingAIClient.opts) {
|
||||
bingAIClient.opts = {}
|
||||
}
|
||||
bingAIClient.opts.userToken = bingToken
|
||||
bingAIClient.opts.cookies = cookies
|
||||
opt.messageType = allThrottled ? 'Chat' : 'SearchQuery'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue