remove 默认配置的蒸馏模型
This commit is contained in:
@@ -55,13 +55,6 @@ api_provider = "SiliconFlow"
|
|||||||
price_in = 2.0
|
price_in = 2.0
|
||||||
price_out = 8.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]]
|
[[models]]
|
||||||
model_identifier = "Qwen/Qwen3-8B"
|
model_identifier = "Qwen/Qwen3-8B"
|
||||||
name = "qwen3-8b"
|
name = "qwen3-8b"
|
||||||
@@ -112,7 +105,7 @@ max_tokens = 800
|
|||||||
|
|
||||||
[model_task_config.replyer] # 首要回复模型,还用于表达器和表达方式学习
|
[model_task_config.replyer] # 首要回复模型,还用于表达器和表达方式学习
|
||||||
model_list = ["siliconflow-deepseek-v3"]
|
model_list = ["siliconflow-deepseek-v3"]
|
||||||
temperature = 0.2 # 模型温度,新V3建议0.1-0.3
|
temperature = 0.3 # 模型温度,新V3建议0.1-0.3
|
||||||
max_tokens = 800
|
max_tokens = 800
|
||||||
|
|
||||||
[model_task_config.planner] #决策:负责决定麦麦该什么时候回复的模型
|
[model_task_config.planner] #决策:负责决定麦麦该什么时候回复的模型
|
||||||
@@ -127,7 +120,7 @@ max_tokens = 800
|
|||||||
|
|
||||||
[model_task_config.emotion] #负责麦麦的情绪变化
|
[model_task_config.emotion] #负责麦麦的情绪变化
|
||||||
model_list = ["qwen3-30b"]
|
model_list = ["qwen3-30b"]
|
||||||
temperature = 0.3
|
temperature = 0.7
|
||||||
max_tokens = 800
|
max_tokens = 800
|
||||||
|
|
||||||
[model_task_config.vlm] # 图像识别模型
|
[model_task_config.vlm] # 图像识别模型
|
||||||
@@ -159,6 +152,6 @@ temperature = 0.2
|
|||||||
max_tokens = 800
|
max_tokens = 800
|
||||||
|
|
||||||
[model_task_config.lpmm_qa] # 问答模型
|
[model_task_config.lpmm_qa] # 问答模型
|
||||||
model_list = ["deepseek-r1-distill-qwen-32b"]
|
model_list = ["qwen3-30b"]
|
||||||
temperature = 0.7
|
temperature = 0.7
|
||||||
max_tokens = 800
|
max_tokens = 800
|
||||||
|
|||||||
Reference in New Issue
Block a user