mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat: 默认开启认知边界和交叉检索
This commit is contained in:
4
index.js
4
index.js
@@ -141,9 +141,9 @@ const defaultSettings = {
|
||||
synopsisEveryN: 5, // 每 N 次提取后更新概要
|
||||
|
||||
// ⑥ 认知边界过滤(P1)
|
||||
enableVisibility: false, // 启用认知边界
|
||||
enableVisibility: true, // 启用认知边界
|
||||
// ⑦ 双记忆交叉检索(P1)
|
||||
enableCrossRecall: false, // 启用交叉检索
|
||||
enableCrossRecall: true, // 启用交叉检索
|
||||
|
||||
// ① 惊奇度分割(P2)
|
||||
enableSmartTrigger: false, // 启用惊奇度分割
|
||||
|
||||
Reference in New Issue
Block a user