Merge branch 'v3' of github.com:ikechan8370/chatgpt-plugin into v3

This commit is contained in:
ikechan8370 2025-03-21 00:30:09 +08:00
commit 89e265195d

View file

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