diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/walkthroughs/codellama.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/walkthroughs/codellama.md b/docs/docs/walkthroughs/codellama.md index b6ee2c22..4bf18c57 100644 --- a/docs/docs/walkthroughs/codellama.md +++ b/docs/docs/walkthroughs/codellama.md @@ -29,7 +29,7 @@ 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`\* +2. Open a terminal and run `ollama run codellama`\* 3. Change your Continue config file to look like this: ```python |