mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: bym history
This commit is contained in:
parent
66905640e4
commit
478080fe6b
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ export class bym extends plugin {
|
|||
togglePrefix: ChatGPTConfig.basic.togglePrefix
|
||||
})
|
||||
// 伪人不记录历史
|
||||
sendMessageOption.disableHistoryRead = true
|
||||
sendMessageOption.disableHistorySave = true
|
||||
// sendMessageOption.disableHistoryRead = true
|
||||
// sendMessageOption.disableHistorySave = true
|
||||
// 设置多轮调用回掉
|
||||
sendMessageOption.onMessageWithToolCall = async content => {
|
||||
const { msgs, forward } = await toYunzai(e, [content])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue