From f8ba52bd2ab5f9f99ac35ea6ae7dce3b3af4b5f4 Mon Sep 17 00:00:00 2001 From: Jose Maldonado Date: Fri, 31 Oct 2025 20:21:34 -0400 Subject: [PATCH] docs: add AI Gateway setup link to .env.example (#1210) (#1211) --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index cc9832b..3ecdcc1 100644 --- a/.env.example +++ b/.env.example @@ -2,9 +2,10 @@ AUTH_SECRET=**** # The following keys below are automatically created and -# added to your environment when you deploy on vercel +# added to your environment when you deploy on Vercel -# AI Gateway API Key (required for non-Vercel deployments) +# Instructions to create an AI Gateway API key here: https://vercel.com/ai-gateway +# API key required for non-Vercel deployments # For Vercel deployments, OIDC tokens are used automatically # https://vercel.com/ai-gateway AI_GATEWAY_API_KEY=****