mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Add custom world info filter mode
This commit is contained in:
2
index.js
2
index.js
@@ -397,6 +397,8 @@ const defaultSettings = {
|
||||
// 召回设置
|
||||
recallEnabled: true,
|
||||
recallCardUserInputDisplayMode: "beautify_only",
|
||||
worldInfoFilterMode: "default",
|
||||
worldInfoFilterCustomKeywords: "",
|
||||
recallTopK: 20, // 向量预筛 Top-K
|
||||
recallMaxNodes: 8, // LLM 召回最大节点数
|
||||
recallEnableLLM: true, // 是否启用 LLM 精确召回
|
||||
|
||||
Reference in New Issue
Block a user