From de9200088f53c9ce9535d3fa05b9b0aecac11113 Mon Sep 17 00:00:00 2001 From: TylersHub <18tyler.rosa1@gmail.com> Date: Tue, 28 Jul 2026 18:42:26 -0400 Subject: [PATCH] feat: add gemma4:12b Ollama model --- providers.json | 1 + 1 file changed, 1 insertion(+) diff --git a/providers.json b/providers.json index 33dc1a6..a9b74e7 100644 --- a/providers.json +++ b/providers.json @@ -12,6 +12,7 @@ "qwen3:4b": { "temperature": 0.1, "top_p": 0.4 }, "gemma3:4b": { "temperature": 0.1, "top_p": 0.9 }, "gemma3:12b": { "temperature": 0.1, "top_p": 0.9 }, + "gemma4:12b": { "temperature": 0.1, "top_p": 0.9 }, "gemma4:latest": { "temperature": 0.1, "top_p": 0.9 }, "mistral:7b": { "temperature": 0.1, "top_p": 0.9 } }