Update bot_config_toml
This commit is contained in:
@@ -11,9 +11,9 @@ qq = #填入你的机器人QQ
|
|||||||
nickname = "麦麦"
|
nickname = "麦麦"
|
||||||
|
|
||||||
[message]
|
[message]
|
||||||
min_text_length = 2
|
min_text_length = 2 # 与麦麦聊天时麦麦只会回答文本大于等于此数的消息
|
||||||
max_context_size = 15
|
max_context_size = 15 # 麦麦获得的上下文数量,超出数量后自动丢弃
|
||||||
emoji_chance = 0.2
|
emoji_chance = 0.2 # 麦麦使用表情包的概率
|
||||||
|
|
||||||
[emoji]
|
[emoji]
|
||||||
check_interval = 120
|
check_interval = 120
|
||||||
@@ -24,13 +24,13 @@ enable_pic_translate = true
|
|||||||
|
|
||||||
|
|
||||||
[response]
|
[response]
|
||||||
api_using = "siliconflow"
|
api_using = "siliconflow" # 选择大模型API
|
||||||
model_r1_probability = 0.8
|
model_r1_probability = 0.8 # 麦麦回答时选择R1模型的概率
|
||||||
model_v3_probability = 0.1
|
model_v3_probability = 0.1 # 麦麦回答时选择V3模型的概率
|
||||||
model_r1_distill_probability = 0.1
|
model_r1_distill_probability = 0.1 # 麦麦回答时选择R1蒸馏模型的概率
|
||||||
|
|
||||||
[others]
|
[others]
|
||||||
enable_advance_output = false #开启后输出更多日志
|
enable_advance_output = false # 开启后输出更多日志,false关闭true开启
|
||||||
|
|
||||||
|
|
||||||
[groups]
|
[groups]
|
||||||
|
|||||||
Reference in New Issue
Block a user