fix: 微调必应

This commit is contained in:
ikechan8370 2023-07-03 01:05:34 +08:00
parent e42307fd76
commit 8a531bf551
2 changed files with 8 additions and 6 deletions

View file

@ -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