mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
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:
parent
03efa26ff5
commit
642f6cee75
3 changed files with 47 additions and 9 deletions
|
@ -100,6 +100,8 @@ var knownModelsNameSuffixToSkip []string = []string{
|
|||
".json",
|
||||
".DS_Store",
|
||||
".",
|
||||
".partial",
|
||||
".tar.gz",
|
||||
}
|
||||
|
||||
func (ml *ModelLoader) ListFilesInModelPath() ([]string, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue