From e64b31b9ba4ebc9766e23e092e50cab55951de69 Mon Sep 17 00:00:00 2001 From: Futureppo Date: Mon, 6 Oct 2025 16:30:05 +0800 Subject: [PATCH] fix: Correct default modalities for DeepSeek provider (#2963) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更新 package.json * 更新 ExtensionPage.vue * fix(provider): Correct default modalities for DeepSeek provider --- astrbot/core/config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 82a4571a0..8f06667c3 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -775,7 +775,7 @@ CONFIG_METADATA_2 = { "timeout": 120, "model_config": {"model": "deepseek-chat", "temperature": 0.4}, "custom_extra_body": {}, - "modalities": ["text", "image", "tool_use"], + "modalities": ["text", "tool_use"], }, "302.AI": { "id": "302ai",