mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 04:37:53 +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",
|
".yaml",
|
||||||
".yml",
|
".yml",
|
||||||
".json",
|
".json",
|
||||||
|
".txt",
|
||||||
|
".md",
|
||||||
|
".MD",
|
||||||
".DS_Store",
|
".DS_Store",
|
||||||
".",
|
".",
|
||||||
".partial",
|
".partial",
|
||||||
|
Loading…
Reference in New Issue
Block a user