更新 config.py

This commit is contained in:
jxxghp
2026-04-22 10:39:25 +08:00
committed by GitHub
parent 38933d5882
commit 51189210c2

View File

@@ -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密钥