fix:关闭开挂模式
This commit is contained in:
@@ -13,8 +13,8 @@ logger = get_logger("mai_state")
|
|||||||
# The line `enable_unlimited_hfc_chat = False` is setting a configuration parameter that controls
|
# The line `enable_unlimited_hfc_chat = False` is setting a configuration parameter that controls
|
||||||
# whether a specific debugging feature is enabled or not. When `enable_unlimited_hfc_chat` is set to
|
# whether a specific debugging feature is enabled or not. When `enable_unlimited_hfc_chat` is set to
|
||||||
# `False`, it means that the debugging feature for unlimited focused chatting is disabled.
|
# `False`, it means that the debugging feature for unlimited focused chatting is disabled.
|
||||||
enable_unlimited_hfc_chat = True # 调试用:无限专注聊天
|
# enable_unlimited_hfc_chat = True # 调试用:无限专注聊天
|
||||||
# enable_unlimited_hfc_chat = False
|
enable_unlimited_hfc_chat = False
|
||||||
prevent_offline_state = True
|
prevent_offline_state = True
|
||||||
# 目前默认不启用OFFLINE状态
|
# 目前默认不启用OFFLINE状态
|
||||||
|
|
||||||
|
|||||||
@@ -104,8 +104,8 @@ mentioned_bot_inevitable_reply = false # 提及 bot 必然回复
|
|||||||
at_bot_inevitable_reply = false # @bot 必然回复
|
at_bot_inevitable_reply = false # @bot 必然回复
|
||||||
|
|
||||||
[focus_chat] #专注聊天
|
[focus_chat] #专注聊天
|
||||||
reply_trigger_threshold = 3.5 # 专注聊天触发阈值,越低越容易进入专注聊天
|
reply_trigger_threshold = 3.6 # 专注聊天触发阈值,越低越容易进入专注聊天
|
||||||
default_decay_rate_per_second = 0.98 # 默认衰减率,越大衰减越快,越高越难进入专注聊天
|
default_decay_rate_per_second = 0.95 # 默认衰减率,越大衰减越快,越高越难进入专注聊天
|
||||||
consecutive_no_reply_threshold = 3 # 连续不回复的阈值,越低越容易结束专注聊天
|
consecutive_no_reply_threshold = 3 # 连续不回复的阈值,越低越容易结束专注聊天
|
||||||
|
|
||||||
# 以下选项暂时无效
|
# 以下选项暂时无效
|
||||||
|
|||||||
Reference in New Issue
Block a user