mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +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…
Reference in New Issue
Block a user