summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-10-23 11:53:21 -0500
committerAiden Cline <[email protected]>2025-10-23 11:53:21 -0500
commit5f8a3a574ef125a073f081c869a4d33054a2719a (patch)
treebc0e2f296313b0cae50ae56f1e96f26919c4d8ab
parentd69e8e5528b664c59ad0d5b13cf23e218aede201 (diff)
downloadopencode-5f8a3a574ef125a073f081c869a4d33054a2719a.tar.gz
opencode-5f8a3a574ef125a073f081c869a4d33054a2719a.zip
docs: fix numbers
-rw-r--r--packages/web/src/content/docs/providers.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx
index a89550396..dbf4b62de 100644
--- a/packages/web/src/content/docs/providers.mdx
+++ b/packages/web/src/content/docs/providers.mdx
@@ -421,7 +421,7 @@ To use Google Vertex AI with OpenCode:
You need to have a Google Cloud project with Vertex AI API enabled.
:::
-1. Set the required environment variables:
+2. Set the required environment variables:
- `GOOGLE_VERTEX_PROJECT`: Your Google Cloud project ID
- `GOOGLE_VERTEX_REGION` (optional): The region for Vertex AI (defaults to `us-east5`)
- Authentication (choose one):
@@ -442,7 +442,7 @@ To use Google Vertex AI with OpenCode:
export GOOGLE_VERTEX_REGION=us-central1
```
-1. Run the `/models` command to select the model you want.
+3. Run the `/models` command to select the model you want.
---