Skip to content

Commit ed9bbba

Browse files
committed
fix broken docs link
1 parent 6ed2bbd commit ed9bbba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/reference/Model Providers/openai.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OpenAI compatible APIs
1919
- [Anyscale Endpoints](https://github.com/continuedev/deploy-os-code-llm#others)
2020
- [Anyscale Private Endpoints](https://github.com/continuedev/deploy-os-code-llm#anyscale-private-endpoints)
2121

22-
If you are [using an OpenAI compatible server / API](../../setup/select-provider#local), you can change the `apiBase` like this:
22+
If you are [using an OpenAI compatible server / API](../../setup/model-providers.md#local), you can change the `apiBase` like this:
2323

2424
```json title="~/.continue/config.json"
2525
{
@@ -43,5 +43,4 @@ To force usage of `chat/completions` instead of `completions` endpoint you can s
4343

4444
[^1]: Use the [Vllm Model Provider](./vllm.md) instead.
4545

46-
4746
[View the source](https://github.com/continuedev/continue/blob/main/core/llm/llms/OpenAI.ts)

0 commit comments

Comments
 (0)