docs: add AI Gateway setup link to .env.example (#1210) (#1211)

This commit is contained in:
Jose Maldonado 2025-10-31 20:21:34 -04:00 committed by GitHub
parent f07f816240
commit f8ba52bd2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,10 @@
AUTH_SECRET=**** AUTH_SECRET=****
# The following keys below are automatically created and # 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 # For Vercel deployments, OIDC tokens are used automatically
# https://vercel.com/ai-gateway # https://vercel.com/ai-gateway
AI_GATEWAY_API_KEY=**** AI_GATEWAY_API_KEY=****