增加配置项说明

This commit is contained in:
梦溪畔
2025-04-05 13:56:53 +08:00
committed by GitHub
parent 81acf7afd7
commit 3f570a01dd

View File

@@ -72,7 +72,7 @@ max_context_size = 12 # 麦麦获得的上文数量建议12太短太长都
emoji_chance = 0.2 # 麦麦使用表情包的概率
thinking_timeout = 60 # 麦麦最长思考时间,超过这个时间的思考会放弃
max_response_length = 256 # 麦麦回答的最大token数
message_buffer = true # 启用消息缓冲器?
message_buffer = true # 启用消息缓冲器?启用此项以解决消息的拆分问题,但会使麦麦的回复延迟
ban_words = [
# "403","张三"
]