From 61b372b23fb2abc7cb7d110280d9af6374f6cf17 Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Wed, 17 Dec 2025 11:51:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(bot=5Fconfig=5Ftemplate):=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E7=9F=AD=E6=9C=9F=E8=AE=B0=E5=BF=86=E6=BA=A2=E5=87=BA?= =?UTF-8?q?=E7=AD=96=E7=95=A5=E7=9A=84=E6=B3=A8=E9=87=8A=E5=92=8C=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/bot_config_template.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index 3db0cd02c..3a759a911 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -312,9 +312,6 @@ short_term_transfer_threshold = 0.6 # 转移到长期记忆的重要性阈值 short_term_enable_force_cleanup = true # 开启压力泄压(建议高频场景开启) short_term_search_top_k = 5 # 搜索时返回的最大数量 short_term_decay_factor = 0.98 # 衰减因子 -short_term_overflow_strategy = "transfer_all" # 短期记忆溢出策略 -# "transfer_all": 一次性转移所有记忆到长期记忆,然后删除低重要性记忆(默认推荐) -# "selective_cleanup": 选择性清理,仅转移高重要性记忆,直接删除低重要性记忆 # 长期记忆层配置 use_judge = true # 使用评判模型决定是否检索长期记忆