chore: 更新版本号至0.13.1-alpha.2和8.0.0,调整兴趣评分阈值
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 # 不回复兴趣阈值调整值
|
||||
|
||||
Reference in New Issue
Block a user