mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
feat(ui): display number of available models for installation (#2298)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
310b2171be
commit
9d8c705fd9
2 changed files with 2 additions and 1 deletions
|
@ -85,6 +85,7 @@ func RegisterUIRoutes(app *fiber.App,
|
|||
"Repositories": appConfig.Galleries,
|
||||
"AllTags": tags,
|
||||
"ProcessingModels": processingModelsData,
|
||||
"AvailableModels": len(models),
|
||||
"TaskTypes": taskTypes,
|
||||
// "ApplicationConfig": appConfig,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue