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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user