fix: mark internal testing models as tool-capable (#27)

This commit is contained in:
2026-05-28 14:49:07 +08:00
committed by GitHub
parent e17a00d48b
commit 55f948a725
2 changed files with 12 additions and 7 deletions

View File

@@ -94,7 +94,8 @@
"capabilities": [ "capabilities": [
"chat", "chat",
"reasoning", "reasoning",
"code" "code",
"tool_use"
], ],
"inputPrice": 0, "inputPrice": 0,
"outputPrice": 0, "outputPrice": 0,
@@ -114,7 +115,8 @@
"capabilities": [ "capabilities": [
"chat", "chat",
"reasoning", "reasoning",
"code" "code",
"tool_use"
], ],
"inputPrice": 0, "inputPrice": 0,
"outputPrice": 0, "outputPrice": 0,
@@ -157,7 +159,8 @@
"capabilities": [ "capabilities": [
"chat", "chat",
"reasoning", "reasoning",
"code" "code",
"tool_use"
], ],
"inputPrice": 0, "inputPrice": 0,
"outputPrice": 0, "outputPrice": 0,
@@ -177,7 +180,8 @@
"capabilities": [ "capabilities": [
"chat", "chat",
"reasoning", "reasoning",
"code" "code",
"tool_use"
], ],
"inputPrice": 0, "inputPrice": 0,
"outputPrice": 0, "outputPrice": 0,
@@ -383,7 +387,8 @@
"capabilities": [ "capabilities": [
"chat", "chat",
"reasoning", "reasoning",
"code" "code",
"tool_use"
], ],
"inputPrice": 0, "inputPrice": 0,
"outputPrice": 0, "outputPrice": 0,

View File

@@ -1,6 +1,6 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"presetDataVersion": 51, "presetDataVersion": 52,
"updatedAt": "2026-05-23", "updatedAt": "2026-05-26",
"description": "DesireCore 官方配置中心" "description": "DesireCore 官方配置中心"
} }