From dbc5ebbda5b6ae75ca5896644f86ad6bae34b44b Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Mon, 15 Dec 2025 08:34:38 -0500 Subject: [PATCH] providers: update CF provider docs --- packages/web/src/content/docs/providers.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index 721c80e15..4c36d561f 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -329,17 +329,17 @@ Cloudflare AI Gateway lets you proxy requests to AI providers through Cloudflare 1. Head over to the [Cloudflare dashboard](https://dash.cloudflare.com/), navigate to **AI** > **AI Gateway**, and create a new gateway. -2. Set your Account ID and Gateway name as environment variables: +2. Set your Account ID and Gateway ID as environment variables: ```bash - CLOUDFLARE_ACCOUNT_ID=your-account-id CLOUDFLARE_GATEWAY_NAME=your-gateway-name opencode + export CLOUDFLARE_ACCOUNT_ID=your-32-character-account-id && export CLOUDFLARE_GATEWAY_ID=your-gateway-id ``` Or add them to your bash profile: ```bash title="~/.bash_profile" - export CLOUDFLARE_ACCOUNT_ID=your-account-id - export CLOUDFLARE_GATEWAY_NAME=your-gateway-name + export CLOUDFLARE_ACCOUNT_ID=your-32-character-account-id + export CLOUDFLARE_GATEWAY_ID=your-gateway-id ``` 3. If your gateway has authentication enabled, also set your API token: