test again
This commit is contained in:
parent
f44070c355
commit
4f6322023d
@ -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.
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user