Browse Source

docs: fix typo (#8041)

Shubh Porwal 1 month ago
parent
commit
2e9c22d911
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/web/src/content/docs/models.mdx

+ 1 - 1
packages/web/src/content/docs/models.mdx

@@ -3,7 +3,7 @@ title: Models
 description: Configuring an LLM provider and model.
 description: Configuring an LLM provider and model.
 ---
 ---
 
 
-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.
 
 
 ---
 ---