fix: Correct default modalities for DeepSeek provider (#2963)

* 更新 package.json

* 更新 ExtensionPage.vue

* fix(provider): Correct default modalities for DeepSeek provider
This commit is contained in:
Futureppo
2025-10-06 16:30:05 +08:00
committed by GitHub
parent 080f347511
commit e64b31b9ba
+1 -1
View File
@@ -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",