chore(gallery agent): support non-gguf

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-10-16 09:35:42 +02:00
parent f98fe85c42
commit 1208fb6fa1
3 changed files with 192 additions and 167 deletions
-3
View File
@@ -62,9 +62,6 @@ func main() {
}
quantization := os.Getenv("QUANTIZATION")
if quantization == "" {
quantization = "Q4_K_M"
}
maxModels := os.Getenv("MAX_MODELS")
if maxModels == "" {