summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-24 11:41:52 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-24 11:41:52 -0700
commite46848b6d13d074ae1f57b3079021350a5420879 (patch)
treecce696104ad42d2969afef4ea88ec521a62e2585
parent605d125a88b44d50a12ea054700e2e0e5f3dc318 (diff)
parente21b611b4ff878f60856bd9fc5c9563d3b16ce38 (diff)
downloadsncontinue-e46848b6d13d074ae1f57b3079021350a5420879.tar.gz
sncontinue-e46848b6d13d074ae1f57b3079021350a5420879.tar.bz2
sncontinue-e46848b6d13d074ae1f57b3079021350a5420879.zip
Merge branch 'main' of https://github.com/continuedev/continue
-rw-r--r--docs/docs/walkthroughs/codellama.md6
1 files changed, 2 insertions, 4 deletions
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