fix: eliminate ~5s delay when opening Switch Models panel with local provider (#8626)

Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
jh-block
2026-04-17 21:08:41 +02:00
committed by GitHub
parent 3f3b519b62
commit 1a18c2748c
9 changed files with 166 additions and 62 deletions
+13
View File
@@ -2283,6 +2283,19 @@
}
}
},
"/local-inference/sync-featured": {
"post": {
"tags": [
"super::routes::local_inference"
],
"operationId": "sync_featured_models",
"responses": {
"200": {
"description": "Featured models synced to registry"
}
}
}
},
"/mcp-ui-proxy": {
"get": {
"tags": [