mirror of https://github.com/Mai-with-u/MaiBot.git
Update bot_config_template.toml
parent
bc2431ce98
commit
f709f8738b
|
|
@ -1,5 +1,5 @@
|
|||
[inner]
|
||||
version = "7.2.1"
|
||||
version = "7.2.2"
|
||||
|
||||
#----以下是给开发人员阅读的,如果你只是部署了麦麦,不需要阅读----
|
||||
# 如果你想要修改配置文件,请递增version的值
|
||||
|
|
@ -94,7 +94,7 @@ allow_reflect = [] # 允许进行表达反思的聊天流ID列表,格式:["q
|
|||
|
||||
all_global_jargon = true # 是否开启全局黑话模式,注意,此功能关闭后,已经记录的全局黑话不会改变,需要手动删除
|
||||
enable_jargon_explanation = true # 是否在回复前尝试对上下文中的黑话进行解释(关闭可减少一次LLM调用,仅影响回复前的黑话匹配与解释,不影响黑话学习)
|
||||
jargon_mode = "context" # 黑话解释来源模式,可选: "context"(使用上下文自动匹配黑话) 或 "planner"(仅使用Planner在reply动作中给出的unknown_words列表)
|
||||
jargon_mode = "planner" # 黑话解释来源模式,可选: "context"(使用上下文自动匹配黑话) 或 "planner"(仅使用Planner在reply动作中给出的unknown_words列表)
|
||||
|
||||
|
||||
[chat] # 麦麦的聊天设置
|
||||
|
|
|
|||
Loading…
Reference in New Issue