Skip to content

Commit e6e0e87

Browse files
authored
Merge branch 'main' into fix/deepseek-v4-models
2 parents d846096 + 55f948a commit e6e0e87

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

compute/providers/internal-testing.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"capabilities": [
9595
"chat",
9696
"reasoning",
97-
"code"
97+
"code",
98+
"tool_use"
9899
],
99100
"inputPrice": 0,
100101
"outputPrice": 0,
@@ -114,7 +115,8 @@
114115
"capabilities": [
115116
"chat",
116117
"reasoning",
117-
"code"
118+
"code",
119+
"tool_use"
118120
],
119121
"inputPrice": 0,
120122
"outputPrice": 0,
@@ -157,7 +159,8 @@
157159
"capabilities": [
158160
"chat",
159161
"reasoning",
160-
"code"
162+
"code",
163+
"tool_use"
161164
],
162165
"inputPrice": 0,
163166
"outputPrice": 0,
@@ -177,7 +180,8 @@
177180
"capabilities": [
178181
"chat",
179182
"reasoning",
180-
"code"
183+
"code",
184+
"tool_use"
181185
],
182186
"inputPrice": 0,
183187
"outputPrice": 0,
@@ -383,7 +387,8 @@
383387
"capabilities": [
384388
"chat",
385389
"reasoning",
386-
"code"
390+
"code",
391+
"tool_use"
387392
],
388393
"inputPrice": 0,
389394
"outputPrice": 0,

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0",
3-
"presetDataVersion": 52,
3+
"presetDataVersion": 53,
44
"updatedAt": "2026-05-27",
55
"description": "DesireCore 官方配置中心"
66
}

0 commit comments

Comments
 (0)