Update LLM-Connections.md (#553)

fixes command to lower case
This commit is contained in:
tarekadam
2024-05-02 21:25:03 -06:00
committed by GitHub
parent 552dda46f8
commit 2edc88e0a1

View File

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