mirror of
https://github.com/mudler/LocalAI.git
synced 2025-01-29 15:44:17 +00:00
fix: do not list txt files as potential models (#2910)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
c7357a9872
commit
35d55572ac
@ -98,6 +98,9 @@ var knownModelsNameSuffixToSkip []string = []string{
|
||||
".yaml",
|
||||
".yml",
|
||||
".json",
|
||||
".txt",
|
||||
".md",
|
||||
".MD",
|
||||
".DS_Store",
|
||||
".",
|
||||
".partial",
|
||||
|
Loading…
x
Reference in New Issue
Block a user