mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: recall
This commit is contained in:
parent
66905640e4
commit
e1c4de4c10
1 changed files with 1 additions and 1 deletions
|
|
@ -40,8 +40,8 @@ export class bym extends plugin {
|
|||
.find(item => item.keywords.find(keyword => e.msg?.includes(keyword)))
|
||||
if (option) {
|
||||
presetId = option.presetId
|
||||
recall = !!option.recall
|
||||
}
|
||||
recall = !!option.recall
|
||||
}
|
||||
|
||||
const presetManager = Chaite.getInstance().getChatPresetManager()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue