feat:添加名称等待兜底;添加提及必回;移除subplan模型;

This commit is contained in:
SengokuCola
2025-09-12 00:06:45 +08:00
parent bfe4943b18
commit 298a74da64
6 changed files with 33 additions and 25 deletions

View File

@@ -50,7 +50,8 @@ expression_groups = [
[chat] #麦麦的聊天设置
talk_value = 1.5
talk_value = 1
mentioned_bot_reply = true # 是否启用提及必回复
max_context_size = 20 # 上下文长度
[relationship]

View File

@@ -1,5 +1,5 @@
[inner]
version = "1.5.0"
version = "1.6.0"
# 配置文件版本号迭代规则同bot_config.toml
@@ -113,11 +113,6 @@ model_list = ["siliconflow-deepseek-v3"]
temperature = 0.3
max_tokens = 800
[model_task_config.planner_small] #副决策:负责决定麦麦该做什么的模型
model_list = ["qwen3-30b"]
temperature = 0.3
max_tokens = 800
[model_task_config.emotion] #负责麦麦的情绪变化
model_list = ["qwen3-30b"]
temperature = 0.7