mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
Merge branch 'v3' of github.com:ikechan8370/chatgpt-plugin into v3
This commit is contained in:
commit
89e265195d
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