From 4f6322023dc11fb507748053c55c486cebd2e03e Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 19 Feb 2025 22:59:34 -0500 Subject: [PATCH] test again --- reddup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reddup.sh b/reddup.sh index b41e86acd..13ccdd9a0 100755 --- a/reddup.sh +++ b/reddup.sh @@ -126,7 +126,7 @@ for dir in "${dirs[@]}"; do prompt="Based on the following table of contents, provide a short summary description of what this directory is about: $(cat "$tmp_static")" # Query the model using the Ollama CLI with the llama3.2:latest model. - summary=$(ollama run llama3.2:latest --prompt "$prompt") + summary=$(ollama run llama3.2 "$prompt") # Build the full new content: static portion + summary section. {