diff --git a/docs/how-to/LLM-Connections.md b/docs/how-to/LLM-Connections.md index 516388efc..95850294f 100644 --- a/docs/how-to/LLM-Connections.md +++ b/docs/how-to/LLM-Connections.md @@ -54,7 +54,7 @@ OPENAI_API_KEY='' ## Ollama Integration (ex. for using Llama 2 locally) 1. [Download Ollama](https://ollama.com/download). -2. After setting up the Ollama, Pull the Llama2 by typing following lines into the terminal ```ollama pull Llama2```. +2. After setting up the Ollama, Pull the Llama2 by typing following lines into the terminal ```ollama pull llama2```. 3. Create a ModelFile similar the one below in your project directory. ``` FROM llama2