Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
AI_GATEWAY_API_KEY=****

Expand Down