From 2edc88e0a1c210b87a5fa176cfac74d0b874e704 Mon Sep 17 00:00:00 2001 From: tarekadam Date: Thu, 2 May 2024 21:25:03 -0600 Subject: [PATCH] Update LLM-Connections.md (#553) fixes command to lower case --- docs/how-to/LLM-Connections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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