Skip to content

Commit

Permalink
docs: update Continue Integration guide (janhq#2041)
Browse files Browse the repository at this point in the history
docs: update Continue Integration guide (janhq#2041)
  • Loading branch information
0xHieu01 authored Feb 16, 2024
2 parents 9fcc341 + 379a41f commit fb13d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/07-integrations/01-integrate-continue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand All @@ -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
Expand Down

0 comments on commit fb13d57

Please sign in to comment.