remove 默认配置的蒸馏模型

pull/1217/head
SengokuCola 2025-08-24 14:45:04 +08:00
parent 69edf60c3b
commit e860b7033a
1 changed files with 3 additions and 10 deletions

View File

@ -55,13 +55,6 @@ api_provider = "SiliconFlow"
price_in = 2.0
price_out = 8.0
[[models]]
model_identifier = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B"
name = "deepseek-r1-distill-qwen-32b"
api_provider = "SiliconFlow"
price_in = 4.0
price_out = 16.0
[[models]]
model_identifier = "Qwen/Qwen3-8B"
name = "qwen3-8b"
@ -112,7 +105,7 @@ max_tokens = 800
[model_task_config.replyer] # 首要回复模型,还用于表达器和表达方式学习
model_list = ["siliconflow-deepseek-v3"]
temperature = 0.2 # 模型温度新V3建议0.1-0.3
temperature = 0.3 # 模型温度新V3建议0.1-0.3
max_tokens = 800
[model_task_config.planner] #决策:负责决定麦麦该什么时候回复的模型
@ -127,7 +120,7 @@ max_tokens = 800
[model_task_config.emotion] #负责麦麦的情绪变化
model_list = ["qwen3-30b"]
temperature = 0.3
temperature = 0.7
max_tokens = 800
[model_task_config.vlm] # 图像识别模型
@ -159,6 +152,6 @@ temperature = 0.2
max_tokens = 800
[model_task_config.lpmm_qa] # 问答模型
model_list = ["deepseek-r1-distill-qwen-32b"]
model_list = ["qwen3-30b"]
temperature = 0.7
max_tokens = 800