From cd6dc18f546f81e08803d3b8dba48e504dad9295 Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Wed, 19 Nov 2025 19:03:38 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0helm=20chart=20valu?= =?UTF-8?q?es=E4=B8=AD=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 5c015eff..14cbf2ff 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -227,7 +227,7 @@ config: # core的model_config.toml core_model_config: | [inner] - version = "1.7.7" + version = "1.7.8" # 配置文件版本号迭代规则同bot_config.toml @@ -388,7 +388,7 @@ config: # core的bot_config.toml core_bot_config: | [inner] - version = "6.21.4" + version = "6.21.6" #----以下是给开发人员阅读的,如果你只是部署了麦麦,不需要阅读---- #如果你想要修改配置文件,请递增version的值 @@ -493,7 +493,7 @@ config: include_planner_reasoning = false # 是否将planner推理加入replyer,默认关闭(不加入) [memory] - max_agent_iterations = 5 # 记忆思考深度(最低为1(不深入思考)) + max_agent_iterations = 3 # 记忆思考深度(最低为1(不深入思考)) [jargon] all_global = true # 是否开启全局黑话模式,注意,此功能关闭后,已经记录的全局黑话不会改变,需要手动删除