test again

This commit is contained in:
Dane Sabo 2025-02-19 22:59:34 -05:00
parent f44070c355
commit 4f6322023d

View File

@ -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: prompt="Based on the following table of contents, provide a short summary description of what this directory is about:
$(cat "$tmp_static")" $(cat "$tmp_static")"
# Query the model using the Ollama CLI with the llama3.2:latest model. # 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. # Build the full new content: static portion + summary section.
{ {