合并条件更严格,增加配置选项

This commit is contained in:
meng_xi_pan
2025-04-05 01:00:05 +08:00
parent 9ba6c8dacd
commit 02643d729e
4 changed files with 21 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
[inner]
version = "1.1.3"
version = "1.1.4"
#以下是给开发人员阅读的,一般用户不需要阅读
@@ -72,6 +72,7 @@ max_context_size = 12 # 麦麦获得的上文数量建议12太短太长都
emoji_chance = 0.2 # 麦麦使用表情包的概率
thinking_timeout = 60 # 麦麦最长思考时间,超过这个时间的思考会放弃
max_response_length = 256 # 麦麦回答的最大token数
message_buffer = true # 启用消息缓冲器?
ban_words = [
# "403","张三"
]