From ba63c92ed9a082bc223b2eb05cdd78cd6ed89e99 Mon Sep 17 00:00:00 2001 From: ldebs Date: Thu, 15 Feb 2024 18:32:55 +0100 Subject: [PATCH] Fix #2040 : added /v1 path to apiBase --- docs/docs/guides/07-integrations/01-integrate-continue.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/07-integrations/01-integrate-continue.mdx b/docs/docs/guides/07-integrations/01-integrate-continue.mdx index 3a0e9f282..b3722874f 100644 --- a/docs/docs/guides/07-integrations/01-integrate-continue.mdx +++ b/docs/docs/guides/07-integrations/01-integrate-continue.mdx @@ -77,7 +77,7 @@ Edit the `config.json` file and include the following configuration. // highlight-start "model": "mistral-ins-7b-q4", "apiKey": "EMPTY", - "apiBase": "http://localhost:1337" + "apiBase": "http://localhost:1337/v1" // highlight-end } ] @@ -86,7 +86,7 @@ Edit the `config.json` file and include the following configuration. - Ensure that the `provider` is `openai`. - Ensure that the `model` is the same as the one you enabled in the Jan API Server. -- Ensure that the `apiBase` is `http://localhost:1337`. +- Ensure that the `apiBase` is `http://localhost:1337/v1`. - Ensure that the `apiKey` is `EMPTY`. ### 4. Ensure the Using Model Is Activated in Jan