docs: fix apiBase value -> http://localhost:1337/v1
This commit is contained in:
parent
a535ce8858
commit
3a3622a815
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user