diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index 5e12ee48e..ac3a25596 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -612,7 +612,7 @@ interval = 1500 # 默认25分钟 interval_sigma = 120 # 每日活跃度调整,格式:[["", "HH:MM,factor", ...], ["stream_id", ...]] # factor > 1.0 会缩短思考间隔,更活跃;factor < 1.0 会延长间隔。 -talk_frequency_adjust = [['', '8:00,1', '12:00,1.2', '18:00,1.5', '01:00,0.6']] +talk_frequency_adjust = [["", "8:00,1", "12:00,1.2", "18:00,1.5", "01:00,0.6"]] # --- 作用范围 --- enable_in_private = true # 是否允许在私聊中主动发起对话 @@ -652,4 +652,4 @@ cold_start_cooldown = 86400 # 默认24小时 # 1. MCP服务器需要单独启动,Bot启动后会自动连接 # 2. 每个服务器提供的工具会自动注册到Bot的工具系统 # 3. AI会自动发现并在需要时调用这些工具 -# 4. 详细文档请参考: docs/MCP_TOOLS_INTEGRATION.md \ No newline at end of file +# 4. 详细文档请参考: docs/MCP_TOOLS_INTEGRATION.md