mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
fix: 聊天记录重复的问题
This commit is contained in:
parent
afa456f044
commit
9930e53a03
2 changed files with 13 additions and 10 deletions
|
|
@ -81,7 +81,9 @@ export class bym extends plugin {
|
|||
replyPureTextCallback: msg => {
|
||||
msg = filterResponseChunk(msg)
|
||||
msg && e.reply(msg)
|
||||
}
|
||||
},
|
||||
// 上下文在bym.js里构造,简化版。
|
||||
enableGroupContext: false
|
||||
}
|
||||
})
|
||||
// let rsp = await client.sendMessage(e.msg, opt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue