2025-03-14 19:00:22 -07:00
|
|
|
# Get your xAI API Key here for chat models: https://console.x.ai/
|
|
|
|
|
XAI_API_KEY=****
|
|
|
|
|
|
2025-03-20 14:10:45 -07:00
|
|
|
# Get your Groq API Key here for reasoning models: https://console.groq.com/keys
|
|
|
|
|
GROQ_API_KEY=****
|
2023-06-16 17:13:42 -05:00
|
|
|
|
2025-03-20 14:10:45 -07:00
|
|
|
# Get your Fal AI API Key here for image models: https://docs.fal.ai/authentication/key-based
|
|
|
|
|
FAL_API_KEY=****
|
2025-02-03 20:33:15 +05:30
|
|
|
|
2023-06-28 13:21:08 +01:00
|
|
|
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
|
2024-10-11 18:00:22 +05:30
|
|
|
AUTH_SECRET=****
|
2023-06-17 09:09:30 +02:00
|
|
|
|
2024-10-23 12:31:03 -04:00
|
|
|
# The following keys below are automatically created and
|
|
|
|
|
# added to your environment when you deploy on vercel
|
2024-10-11 18:00:22 +05:30
|
|
|
|
2024-12-03 08:56:34 -05:00
|
|
|
# Instructions to create a Vercel Blob Store here: https://vercel.com/docs/storage/vercel-blob
|
2024-10-11 18:00:22 +05:30
|
|
|
BLOB_READ_WRITE_TOKEN=****
|
|
|
|
|
|
|
|
|
|
# Instructions to create a database here: https://vercel.com/docs/storage/vercel-postgres/quickstart
|
|
|
|
|
POSTGRES_URL=****
|