models(gallery): add gallery (#2078)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-04-20 15:22:54 +02:00 committed by GitHub
parent 8d30b39811
commit b319ed58b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 640 additions and 1 deletions

View file

@ -72,6 +72,7 @@ Version: ${version}
kong.Vars{
"basepath": kong.ExpandPath("."),
"remoteLibraryURL": "https://raw.githubusercontent.com/mudler/LocalAI/master/embedded/model_library.yaml",
"galleries": `[{"name":"localai", "url":"github:mudler/LocalAI/gallery/index.yaml"}]`,
"version": internal.PrintableVersion(),
},
)