diff options
author | Jeffrey Morgan <jmorganca@gmail.com> | 2023-08-24 11:50:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 11:50:16 -0700 |
commit | b9b3b31d161f02dcdb40f15ef56ddb42c66b77bc (patch) | |
tree | 3ebfd2aa7b545ec24a4d5e8dd8d64b95f051fed5 /docs | |
parent | e46848b6d13d074ae1f57b3079021350a5420879 (diff) | |
download | sncontinue-b9b3b31d161f02dcdb40f15ef56ddb42c66b77bc.tar.gz sncontinue-b9b3b31d161f02dcdb40f15ef56ddb42c66b77bc.tar.bz2 sncontinue-b9b3b31d161f02dcdb40f15ef56ddb42c66b77bc.zip |
Update codellama.md (#404)
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 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") ) ) ``` |