mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 18:34:35 +08:00
fix(compute): add explicit Ox Alpha alias (#78)
This commit is contained in:
@@ -268,7 +268,7 @@ describe('真实数据全量校验', () => {
|
||||
assert.equal(model.extra.thinking.disableSupported, false)
|
||||
assert.equal(model.inputPrice, 0)
|
||||
assert.equal(model.outputPrice, 0)
|
||||
assert.deepEqual(modelSpec.match.exact, ['stealth/ox-alpha'])
|
||||
assert.deepEqual(modelSpec.match.exact, ['ox-alpha', 'stealth/ox-alpha'])
|
||||
assert.equal(modelSpec.spec.supportsReasoning, true)
|
||||
assert.equal(modelSpec.spec.releasedAt, '2026-08-21')
|
||||
})
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"family": "ox-alpha",
|
||||
"match": {
|
||||
"exact": [
|
||||
"ox-alpha",
|
||||
"stealth/ox-alpha"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 91,
|
||||
"presetDataVersion": 92,
|
||||
"updatedAt": "2026-08-21",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user