diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-04 08:35:50 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-04 08:35:50 -0700 |
commit | faaf1b9402b887bf1f68b1a0152e07b86b6cfa30 (patch) | |
tree | 7bbda81957e332227bec67095511d2f0d9918470 /docs | |
parent | b9bd8c1848eaf38d5d15694a1ecae67f14566214 (diff) | |
parent | 9016d55516f7243a21ae1caa81024d7146d232a9 (diff) | |
download | sncontinue-faaf1b9402b887bf1f68b1a0152e07b86b6cfa30.tar.gz sncontinue-faaf1b9402b887bf1f68b1a0152e07b86b6cfa30.tar.bz2 sncontinue-faaf1b9402b887bf1f68b1a0152e07b86b6cfa30.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/customization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/customization.md b/docs/docs/customization.md index 2d1d8ba4..356a14cb 100644 --- a/docs/docs/customization.md +++ b/docs/docs/customization.md @@ -155,7 +155,7 @@ Run the llama.cpp server binary to start the API server. If running on a remote After it's up and running, change `~/.continue/config.py` to look like this: ```python -from continuedev.src.continuedev.libs.llm.ggml import GGML +from continuedev.src.continuedev.libs.llm.llamacpp import LlamaCpp config = ContinueConfig( ... |