Increase rune limits in config.yaml

This commit is contained in:
公明
2026-06-20 19:37:50 +08:00
committed by GitHub
parent 120f860640
commit 8f8e5cfff5
+5 -3
View File
@@ -308,7 +308,9 @@ roles_dir: roles # 角色配置文件目录(相对于配置文件所在目录
project:
enabled: true
# default_project_id: "" # 可选:机器人/批量任务创建对话时的默认项目 ID
fact_index_max_runes: 6500
fact_summary_max_runes: 2400
fact_index_max_runes: 65000
# 事实关系速览段预算(从索引总预算中预留)
fact_index_path_max_runes: 10000
fact_summary_max_runes: 24000
default_inject_deprecated: false