.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPENAI_API_KEY
secret
You must first activate a Billing Account here: https://platform.openai.com/account/billing/overview Then get your OpenAI API Key here:…
AUTH_SECRET
secret
Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
AUTH_GITHUB_ID
Create a GitHub OAuth app here: https://github.com/settings/applications/new Authorization callback URL:…
AUTH_GITHUB_SECRET
secret
KV_URL
Instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and
KV_REST_API_URL
KV_REST_API_TOKEN
secret
KV_REST_API_READ_ONLY_TOKEN
secret