summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/customization.md2
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(
...