Skip to content

Commit 4e698b7

Browse files
authored
Merge pull request #468 from miurla/fix/deepseek-chat-manual
fix: change DeepSeek tool call type from native to manual
2 parents b7ffc59 + 5839138 commit 4e698b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/config/models.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"provider": "DeepSeek",
107107
"providerId": "deepseek",
108108
"enabled": true,
109-
"toolCallType": "native"
109+
"toolCallType": "manual"
110110
},
111111
{
112112
"id": "deepseek-r1-distill-llama-70b",

0 commit comments

Comments
 (0)