From ee8684b4cd60d163b604dc9f1013ca058d6e03ed Mon Sep 17 00:00:00 2001 From: Sanyam Bhutani Date: Thu, 21 Nov 2024 15:47:16 -0800 Subject: [PATCH] Update quickstart.md --- zero_to_hero_guide/quickstart.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zero_to_hero_guide/quickstart.md b/zero_to_hero_guide/quickstart.md index 8cd164dd0..5dd993b89 100644 --- a/zero_to_hero_guide/quickstart.md +++ b/zero_to_hero_guide/quickstart.md @@ -112,7 +112,8 @@ Build Successful! Next steps: 2. **Set the ENV variables by exporting them to the terminal**: ```bash - +export OLLAMA_URL="" +export LLAMA_STACK_PORT=5001 export INFERENCE_MODEL="meta-llama/Llama-3.2-3B-Instruct" export SAFETY_MODEL="meta-llama/Llama-Guard-3-1B" ```