From 654cd3f4cdeffe136faba8965d8f5f329095554c Mon Sep 17 00:00:00 2001 From: Dawn ARC <67786671+A-Dawn@users.noreply.github.com> Date: Thu, 27 Nov 2025 22:00:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=20bot=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A8=A1=E6=9D=BF=E4=B8=AD=E7=9A=84=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=20enable=20=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 bot 配置模板中的重复 enable 项 --- template/bot_config_template.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index f2ee8f5e..5f3e706f 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -150,7 +150,6 @@ ban_msgs_regex = [ [lpmm_knowledge] # lpmm知识库配置 enable = false # 是否启用lpmm知识库 -enable = false # 是否开启lpmm知识库 lpmm_mode = "agent" # 可选择classic传统模式/agent 模式,结合新的记忆一同使用 rag_synonym_search_top_k = 10 # 同义检索TopK