From a0870a8392081451a2eeeeb1c853810e7923336b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=A2=93=E6=9F=92?= <1787882683@qq.com> Date: Sat, 29 Nov 2025 14:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=A8=A1=E5=9E=8B=E7=9A=84?= =?UTF-8?q?=E6=80=9D=E8=80=83=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/model_config_template.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/template/model_config_template.toml b/template/model_config_template.toml index e7c93352..07e2af18 100644 --- a/template/model_config_template.toml +++ b/template/model_config_template.toml @@ -64,7 +64,7 @@ api_provider = "SiliconFlow" price_in = 2.0 price_out = 3.0 [models.extra_params] # 可选的额外参数配置 -enable_thinking = true # 不启用思考 +enable_thinking = true # 启用思考 [[models]] model_identifier = "Qwen/Qwen3-Next-80B-A3B-Instruct" @@ -89,8 +89,7 @@ api_provider = "SiliconFlow" price_in = 3.5 price_out = 14.0 [models.extra_params] # 可选的额外参数配置 -enable_thinking = true # 不启用思考 - +enable_thinking = true # 启用思考 [[models]] model_identifier = "deepseek-ai/DeepSeek-R1"