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. {