From b8741195074b3ee4c360298af96ccc20dfb329e0 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 28 Dec 2024 21:15:07 -0800 Subject: [PATCH] Update continue-dev.md --- docs/tutorials/integrations/continue-dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/integrations/continue-dev.md b/docs/tutorials/integrations/continue-dev.md index f94b552..e4e1ec1 100644 --- a/docs/tutorials/integrations/continue-dev.md +++ b/docs/tutorials/integrations/continue-dev.md @@ -43,10 +43,10 @@ In `config.json` all you will need to do is add/change the following options. ### Add or update apiBase -Set this to your Open Web UI domain + /ollama/v1 on the end. +Set this to your Open Web UI domain on the end. ```json -"apiBase": "http://localhost:3000/ollama/v1" #If you followed Getting Started Docker +"apiBase": "http://localhost:3000/" #If you followed Getting Started Docker ``` ### Add apiKey