From e860b7033a712dab8c7e2f24408332d958a33b0f Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Sun, 24 Aug 2025 14:45:04 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E8=92=B8=E9=A6=8F=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/model_config_template.toml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/template/model_config_template.toml b/template/model_config_template.toml index 77ce88a9..6b85cea3 100644 --- a/template/model_config_template.toml +++ b/template/model_config_template.toml @@ -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