From 9b00c65016f94bbdd6c222d50d36e8bb79326a8a Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Mon, 11 Aug 2025 18:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=A9=E6=9D=80=E6=96=87=E6=A1=A3=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/model_configuration_guide.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/model_configuration_guide.md b/docs/model_configuration_guide.md index 1d83bff99..fd1cb018a 100644 --- a/docs/model_configuration_guide.md +++ b/docs/model_configuration_guide.md @@ -175,14 +175,6 @@ temperature = 0.2 max_tokens = 800 ``` -### replyer_2 - 次要回复模型 -```toml -[model_task_config.replyer_2] -model_list = ["siliconflow-deepseek-v3"] -temperature = 0.7 -max_tokens = 800 -``` - ### planner - 决策模型 负责决定MaiBot该做什么: ```toml