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
c3eb8ac5db
commit
f619035e52
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ export class bym extends plugin {
|
|||
msg = filterResponseChunk(msg)
|
||||
msg && e.reply(msg)
|
||||
},
|
||||
// 上下文在bym.js里构造,简化版。
|
||||
enableGroupContext: Config.enableGroupContext
|
||||
// 强制打开上下文,不然伪人笨死了
|
||||
enableGroupContext: true
|
||||
}
|
||||
})
|
||||
// let rsp = await client.sendMessage(e.msg, opt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue