feat: 添加万相 3.0 视频模型配置 (#80)

This commit is contained in:
2026-08-25 20:35:44 +08:00
committed by GitHub
parent 61b5046117
commit fa2f10dd0d
5 changed files with 226 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ describe('真实数据全量校验', () => {
if (spec.routing) routed.push(spec)
}
}
assert.equal(routed.length, 39)
assert.equal(routed.length, 41)
assert.equal(routed.every((spec) => spec.routing.reasoning.supportedModes.includes(spec.routing.reasoning.defaultMode)), true)
assert.equal(routed.every((spec) => Array.isArray(spec.spec.capabilities)), true)
})