add model fetcher endpoint for genai config ui

This commit is contained in:
Josh Hawkins
2026-05-20 08:47:49 -05:00
parent 237eb64011
commit 07ca84ad0a
10 changed files with 561 additions and 72 deletions
+8 -3
View File
@@ -1557,9 +1557,14 @@
"searchPlaceholder": "Search...",
"addCustomLabel": "Add custom label...",
"genaiModel": {
"placeholder": "Select model…",
"search": "Search models…",
"noModels": "No models available"
"placeholder": "Select or enter a model…",
"search": "Search or enter a model…",
"noModels": "No models available",
"available": "Available models",
"useCustom": "Use \"{{value}}\"",
"refresh": "Refresh models",
"probeFailed": "Failed to probe models",
"fetchedModels": "Successfully fetched model list"
}
},
"globalConfig": {