chatbot-template/.env.example

15 lines
557 B
Text
Raw Normal View History

2024-10-11 18:00:22 +05:30
# Get your OpenAI API Key here: https://platform.openai.com/account/api-keys
OPENAI_API_KEY=****
2023-06-16 17:13:42 -05:00
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
# Instructions to create kv database here: https://vercel.com/docs/storage/vercel-blob
BLOB_READ_WRITE_TOKEN=****
# Instructions to create a database here: https://vercel.com/docs/storage/vercel-postgres/quickstart
POSTGRES_URL=****