强制启用文件拆分(实际模型忽略)

This commit is contained in:
CJACK
2026-04-26 07:31:19 +08:00
parent abc96a37d8
commit 4c83f36089
15 changed files with 48 additions and 39 deletions

View File

@@ -375,8 +375,8 @@
"embeddingsProvider": "Embeddings provider",
"historySplitTitle": "History Split",
"historySplitDesc": "Pack earlier turns into an attached HISTORY.txt so the model reads the file first and then continues from the latest user request.",
"historySplitEnabled": "Enable history split",
"historySplitEnabledDesc": "Enabled by default. Turning this off falls back to normal full-context requests.",
"historySplitEnabled": "History split is forced on",
"historySplitEnabledDesc": "This capability is now enabled globally; legacy disabled values are ignored.",
"historySplitTriggerAfterTurns": "Trigger threshold (user turns)",
"historySplitTriggerHelp": "Default is 1, which means history split starts from the second turn.",
"compatibilityTitle": "Compatibility",

View File

@@ -375,8 +375,8 @@
"embeddingsProvider": "Embeddings Provider",
"historySplitTitle": "历史拆分",
"historySplitDesc": "将更早的对话整理成 HISTORY.txt 上传,让模型优先读取历史文件,再结合最新一轮继续回答。",
"historySplitEnabled": "启用历史拆分",
"historySplitEnabledDesc": "默认开启。关闭后会恢复为普通的完整上下文提交。",
"historySplitEnabled": "历史拆分已强制启用",
"historySplitEnabledDesc": "该能力现在全局开启;旧配置里的关闭值会被忽略。",
"historySplitTriggerAfterTurns": "触发阈值(用户回合数)",
"historySplitTriggerHelp": "默认值为 1表示从第二轮开始拆分历史。",
"compatibilityTitle": "兼容性设置",