diff --git a/.github/ci/modelslist.go b/.github/ci/modelslist.go new file mode 100644 index 000000000000..55a839e3d4d7 --- /dev/null +++ b/.github/ci/modelslist.go @@ -0,0 +1,132 @@ +package main + +import ( + "fmt" + "html/template" + "io/ioutil" + "os" + + "gopkg.in/yaml.v3" +) + +var modelPageTemplate string = ` + + +
++ LocalAI model gallery list +
++ Here is a glimpse of the models you can find in LocalAI. To use the models, you can download them from the LocalAI app. +
+{{ $u }}
+ {{ end }} +{{ $model.Description }}
+ Install in LocalAI ( instance at localhost:8080 ) +