fix: 修复会话上下文记忆链路
This commit is contained in:
@@ -150,7 +150,7 @@ export const systemSettingSections: SystemSettingSection[] = [
|
||||
defaultValue: 10,
|
||||
min: 0,
|
||||
max: 100,
|
||||
description: "组装 Prompt 时带入的历史消息数量。",
|
||||
description: "当前会话带入模型的最近历史消息条数;更早内容会滚动摘要,设为 0 将关闭会话记忆。修改后下一次提问立即生效。",
|
||||
},
|
||||
{
|
||||
key: "show_reference_sources",
|
||||
|
||||
Reference in New Issue
Block a user