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