mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 17:33:40 +08:00
feat: 下发智能路由模型目录 (#74)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user