From e21b611b4ff878f60856bd9fc5c9563d3b16ce38 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 24 Aug 2023 11:41:44 -0700 Subject: Update codellama.md (#403) Co-authored-by: Ty Dunn --- docs/docs/walkthroughs/codellama.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/docs/walkthroughs/codellama.md b/docs/docs/walkthroughs/codellama.md index 9529c703..aeec0b5e 100644 --- a/docs/docs/walkthroughs/codellama.md +++ b/docs/docs/walkthroughs/codellama.md @@ -29,10 +29,8 @@ config = ContinueConfig( ## Ollama 1. Download Ollama [here](https://ollama.ai/) (it should walk you through the rest of these steps) -2. Open a terminal and run `ollama pull codellama:7b`\* -3. Run `ollama serve codellama:7b` -4. Change your Continue config file to look like this: - +2. Open a terminal and run `ollama pull codellama`\* +3. Change your Continue config file to look like this: ```python from continuedev.src.continuedev.libs.llm.ollama import Ollama -- cgit v1.2.3-70-g09d2