summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docs/walkthroughs/codellama.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/walkthroughs/codellama.md b/docs/docs/walkthroughs/codellama.md
index aeec0b5e..fdede918 100644
--- a/docs/docs/walkthroughs/codellama.md
+++ b/docs/docs/walkthroughs/codellama.md
@@ -37,7 +37,7 @@ from continuedev.src.continuedev.libs.llm.ollama import Ollama
config = ContinueConfig(
...
models=Models(
- default=Ollama(model="codellama:7b")
+ default=Ollama(model="codellama")
)
)
```