feat(webui): show also models without a config in the welcome page (#2772)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-07-11 19:55:01 +02:00 committed by GitHub
parent 03efa26ff5
commit 642f6cee75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 47 additions and 9 deletions

View file

@ -100,6 +100,8 @@ var knownModelsNameSuffixToSkip []string = []string{
".json",
".DS_Store",
".",
".partial",
".tar.gz",
}
func (ml *ModelLoader) ListFilesInModelPath() ([]string, error) {