From aafbdf27723d0db002a3918ef44caa00c246c890 Mon Sep 17 00:00:00 2001 From: Andrei Lazarescu Date: Sat, 31 May 2025 00:17:17 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A0=20Generating=20commit=20message=20?= =?UTF-8?q?with=20Ollama=20(gemma3:1b)...=20feat(Ollama):=20Ollama=20model?= =?UTF-8?q?=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/edit-os | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/edit-os b/scripts/edit-os index ec90a6f..5c5c99e 100755 --- a/scripts/edit-os +++ b/scripts/edit-os @@ -14,7 +14,7 @@ GIT_BRANCH_NAME_CMD="git -C \"$NIX_CONFIG_DIR\" rev-parse --abbrev-ref HEAD" : "${GIT_BRANCH_NAME:=$(eval "$GIT_BRANCH_NAME_CMD" 2>/dev/null || echo main)}" # Ollama configuration -: "${OLLAMA_MODEL:=deepseek-r1:1.5b}" # Ollama model +: "${OLLAMA_MODEL:=gemma3:1b}" # Ollama model : "${OLLAMA_HOST:=http://localhost:11434}" # Default Ollama API host # Hardcoded Nix switch command