From b9b3b31d161f02dcdb40f15ef56ddb42c66b77bc Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 24 Aug 2023 11:50:16 -0700 Subject: Update codellama.md (#404) --- docs/docs/walkthroughs/codellama.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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") ) ) ``` -- cgit v1.2.3-70-g09d2