From 51189210c2fc3ee4aa88f55e1258c8dc5e3b0202 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 22 Apr 2026 10:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 2ecf0de8..804c8eb5 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -497,7 +497,7 @@ class ConfigModel(BaseModel): # LLM模型名称 LLM_MODEL: str = "deepseek-chat" # 是否尽量关闭模型的思考/推理能力(按各 provider/model 支持情况自动适配) - LLM_DISABLE_THINKING: bool = False + LLM_DISABLE_THINKING: bool = True # LLM是否支持图片输入,开启后消息图片会按多模态输入发送给模型 LLM_SUPPORT_IMAGE_INPUT: bool = True # LLM API密钥