Update quickstart.md

This commit is contained in:
Sanyam Bhutani 2024-11-21 15:47:16 -08:00 committed by Justin Lee
parent 37f5050558
commit ee8684b4cd

View file

@ -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"
```