feat: 下发智能路由模型目录 (#74)

This commit is contained in:
2026-08-10 17:03:06 +08:00
committed by GitHub
parent 78ed93f127
commit d6f939af52
6 changed files with 1454 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ function pickSchemaKey(absPath) {
if (rel === 'manifest.json') return 'manifest'
if (rel === 'compute/pricing.json') return 'pricing'
if (rel === 'compute/service-map.json') return 'service-map'
if (rel === 'compute/smart-routing/model-catalog.json') return 'smart-model-catalog'
if (rel === 'compute/providers/_index.json') return 'providers-index'
if (rel === 'runtimes/recommended.json') return 'runtime-recommended'
if (rel === 'runtimes/versions-fallback.json') return 'runtime-versions-fallback'