From 3a3622a815ff79a83be21e0010a24b79991a29e3 Mon Sep 17 00:00:00 2001 From: Arista Indrajaya Date: Wed, 28 Feb 2024 08:56:53 +0700 Subject: [PATCH] docs: fix apiBase value -> http://localhost:1337/v1 --- docs/docs/quickstart/integration/vscode.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/quickstart/integration/vscode.mdx b/docs/docs/quickstart/integration/vscode.mdx index 446d02383..74f3ce367 100644 --- a/docs/docs/quickstart/integration/vscode.mdx +++ b/docs/docs/quickstart/integration/vscode.mdx @@ -58,7 +58,7 @@ To set up Continue for use with Jan's Local Server, you must activate the Jan AP "provider": "openai", "model": "mistral-ins-7b-q4", "apiKey": "EMPTY", - "apiBase": "http://localhost:1337" + "apiBase": "http://localhost:1337/v1" } ] } @@ -66,7 +66,7 @@ To set up Continue for use with Jan's Local Server, you must activate the Jan AP 2. Ensure the file has the following configurations: - Ensure `openai` is selected as the `provider`. - Match the `model` with the one enabled in the Jan API Server. - - Set `apiBase` to `http://localhost:1337`. + - Set `apiBase` to `http://localhost:1337/v1`. - Leave the `apiKey` field to `EMPTY`. ### Step 4: Ensure the Using Model Is Activated in Jan