mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 微调必应
This commit is contained in:
parent
e42307fd76
commit
8a531bf551
2 changed files with 8 additions and 6 deletions
|
|
@ -1520,7 +1520,7 @@ export class chatgpt extends plugin {
|
|||
}
|
||||
bingAIClient.opts.userToken = bingToken
|
||||
bingAIClient.opts.cookies = cookies
|
||||
opt.messageType = allThrottled ? 'Chat' : 'SearchQuery'
|
||||
// opt.messageType = allThrottled ? 'Chat' : 'SearchQuery'
|
||||
if (Config.enableGroupContext && e.isGroup && typeof e.group.getMemberMap === 'function') {
|
||||
try {
|
||||
opt.groupId = e.group_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue