From da3752725e7f252ef734857a2e82b64fad1c567e Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Fri, 12 Dec 2025 14:59:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B30.13.1-alpha.2=E5=92=8C8.0.0=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=85=B4=E8=B6=A3=E8=AF=84=E5=88=86=E9=98=88?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/config.py | 2 +- template/bot_config_template.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/config.py b/src/config/config.py index cf2c0387d..908a256df 100644 --- a/src/config/config.py +++ b/src/config/config.py @@ -65,7 +65,7 @@ TEMPLATE_DIR = os.path.join(PROJECT_ROOT, "template") # 考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码 # 对该字段的更新,请严格参照语义化版本规范:https://semver.org/lang/zh-CN/ -MMC_VERSION = "0.13.1-alpha.1" +MMC_VERSION = "0.13.1-alpha.2" # 全局配置变量 _CONFIG_INITIALIZED = False diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index 346f96373..6c3da912b 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -1,5 +1,5 @@ [inner] -version = "7.9.9" +version = "8.0.0" #----以下是给开发人员阅读的,如果你只是部署了MoFox-Bot,不需要阅读---- #如果你想要修改配置文件,请递增version的值 @@ -537,8 +537,8 @@ s4u_blacklist_chats = [] [affinity_flow] enable_normal_mode = true # 是否启用 Normal 聊天模式。启用后,在专注模式回复后会自动切换,并根据兴趣度决定是否回复,以实现更快速的回复。 # 兴趣评分系统参数 -reply_action_interest_threshold = 0.7 # 回复动作兴趣阈值 -non_reply_action_interest_threshold = 0.6 # 非回复动作兴趣阈值 +reply_action_interest_threshold = 0.75 # 回复动作兴趣阈值 +non_reply_action_interest_threshold = 0.65 # 非回复动作兴趣阈值 # 回复决策系统参数 no_reply_threshold_adjustment = 0.02 # 不回复兴趣阈值调整值