2025-02-03 20:33:15 +05:30
|
|
|
# Get your OpenAI API Key here for chat models: https://platform.openai.com/account/api-keys
|
2024-10-11 18:00:22 +05:30
|
|
|
OPENAI_API_KEY=****
|
2023-06-16 17:13:42 -05:00
|
|
|
|
2025-02-03 20:33:15 +05:30
|
|
|
# Get your Fireworks AI API Key here for reasoning models: https://fireworks.ai/account/api-keys
|
|
|
|
|
FIREWORKS_API_KEY=****
|
|
|
|
|
|
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=****
|