mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47: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)))
|
.find(item => item.keywords.find(keyword => e.msg?.includes(keyword)))
|
||||||
if (option) {
|
if (option) {
|
||||||
presetId = option.presetId
|
presetId = option.presetId
|
||||||
|
recall = !!option.recall
|
||||||
}
|
}
|
||||||
recall = !!option.recall
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const presetManager = Chaite.getInstance().getChatPresetManager()
|
const presetManager = Chaite.getInstance().getChatPresetManager()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue