Delete Whitespace

This commit is contained in:
JeffreyLind3 2024-11-28 13:29:21 -05:00
parent 3417d27b93
commit ad038e5c1f

View file

@ -88,7 +88,7 @@ If you're looking for more specific topics like tool calling or agent setup, we
4. **Install Llama Stack**:
- Open a new terminal and install `llama-stack`:
```bash
conda activate ollama
conda activate ollama
pip install llama-stack==0.0.53
```