docs: update docs to use "starter" than "ollama"

- set env variable for run.yaml to enable ollama models
- change to use first ollama model not llm model since there are multiple in starter

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
This commit is contained in:
Wen Zhou 2025-07-04 18:53:57 +02:00
parent ea966565f6
commit 2632a4e10f
2 changed files with 14 additions and 9 deletions

View file

@ -55,7 +55,7 @@
"\n",
"MODEL=\"Llama-4-Scout-17B-16E-Instruct\"\n",
"# get meta url from llama.com\n",
"!uv run --with llama-stackllama model download --source meta --model-id $MODEL --meta-url <META_URL>\n",
"!uv run --with llama-stack llama model download --source meta --model-id $MODEL --meta-url <META_URL>\n",
"\n",
"model_id = f\"meta-llama/{MODEL}\""
]