Browse Source

docs: fix typos on the providers page (#7829)

Zeke Sikelianos 1 month ago
parent
commit
b81eca4ebc
1 changed files with 3 additions and 4 deletions
  1. 3 4
      packages/web/src/content/docs/providers.mdx

+ 3 - 4
packages/web/src/content/docs/providers.mdx

@@ -6,7 +6,7 @@ description: Using any LLM provider in OpenCode.
 import config from "../../../config.mjs"
 import config from "../../../config.mjs"
 export const console = config.console
 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:
 To add a provider you need to:
 
 
@@ -80,8 +80,7 @@ If you are new, we recommend starting with OpenCode Zen.
    /models
    /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
    ```txt
    /models
    /models