Skip to content

Commit 9384197

Browse files
committed
docs: fix typos on the providers page
1 parent c526e2d commit 9384197

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/web/src/content/docs/providers.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Using any LLM provider in OpenCode.
66
import config from "../../../config.mjs"
77
export const console = config.console
88

9-
OpenCode uses the [AI SDK](https://ai-sdk.dev/) and [Models.dev](https://models.dev) to support for **75+ LLM providers** and it supports running local models.
9+
OpenCode uses the [AI SDK](https://ai-sdk.dev/) and [Models.dev](https://models.dev) to support **75+ LLM providers** and it supports running local models.
1010

1111
To add a provider you need to:
1212

@@ -80,8 +80,7 @@ If you are new, we recommend starting with OpenCode Zen.
8080
/models
8181
```
8282

83-
It works like any other provider in OpenCode. And is completely optional to use
84-
it.
83+
It works like any other provider in OpenCode and is completely optional to use.
8584

8685
---
8786

@@ -226,7 +225,7 @@ We recommend signing up for [Claude Pro](https://www.anthropic.com/news/claude-p
226225
227226
```
228227

229-
3. Now all the the Anthropic models should be available when you use the `/models` command.
228+
3. Now all the Anthropic models should be available when you use the `/models` command.
230229

231230
```txt
232231
/models

0 commit comments

Comments
 (0)