summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-19 12:56:31 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-19 12:56:31 -0700
commitba2e684f812a21952c1190813cf400dadb0df7cc (patch)
treea8a3102c3f1f48d50b480f52925e85d4ab6fde04 /docs
parent8a37d5865b7cf9eb509c0454ae3a001091982c69 (diff)
downloadsncontinue-ba2e684f812a21952c1190813cf400dadb0df7cc.tar.gz
sncontinue-ba2e684f812a21952c1190813cf400dadb0df7cc.tar.bz2
sncontinue-ba2e684f812a21952c1190813cf400dadb0df7cc.zip
docs: :memo: update codellama documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/walkthroughs/codellama.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/docs/walkthroughs/codellama.md b/docs/docs/walkthroughs/codellama.md
index ffdd51e5..b6ee2c22 100644
--- a/docs/docs/walkthroughs/codellama.md
+++ b/docs/docs/walkthroughs/codellama.md
@@ -79,8 +79,9 @@ config = ContinueConfig(
...
models=Models(default=OpenAI(
model="CodeLlama-7b-Instruct-hf",
- openai_server_info={'api_base': 'http://localhost:8000/v1'})
-
+ api_base="http://localhost:8000/v1"
+ ))
+)
```
4. Reload the VS Code window for changes to take effect.