diff options
| author | Zeke Sikelianos <[email protected]> | 2026-01-11 11:04:04 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-11 13:04:04 -0600 |
| commit | b81eca4ebc73279ab2c16fb1ca3291449501729d (patch) | |
| tree | 09c8fa3b33f7aeee851098db9e1e6e2f0134281e /packages/web/src/content | |
| parent | 20c18689c0c32de648489a50829a300858822b5c (diff) | |
| download | opencode-b81eca4ebc73279ab2c16fb1ca3291449501729d.tar.gz opencode-b81eca4ebc73279ab2c16fb1ca3291449501729d.zip | |
docs: fix typos on the providers page (#7829)
Diffstat (limited to 'packages/web/src/content')
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index 882500b96..80c6f89e1 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -6,7 +6,7 @@ description: Using any LLM provider in OpenCode. import config from "../../../config.mjs" export const console = config.console -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. +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. To add a provider you need to: @@ -80,8 +80,7 @@ If you are new, we recommend starting with OpenCode Zen. /models ``` -It works like any other provider in OpenCode. And is completely optional to use -it. +It works like any other provider in OpenCode and is completely optional to use. --- @@ -226,7 +225,7 @@ We recommend signing up for [Claude Pro](https://www.anthropic.com/news/claude-p └ ``` -3. Now all the the Anthropic models should be available when you use the `/models` command. +3. Now all the Anthropic models should be available when you use the `/models` command. ```txt /models |
