-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 823 Bytes
/
.env.example
File metadata and controls
22 lines (16 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Get your OpenAI API Key here: https://platform.openai.com/account/api-keys
OPENAI_API_KEY=****
# Get your Financial Datasets API Key here: https://financialdatasets.ai/
FINANCIAL_DATASETS_API_KEY=****
# Get your LangSmith API Key here: https://smith.langchain.com/
LANGCHAIN_API_KEY=****
LANGCHAIN_TRACING_V2=true
LANGCHAIN_PROJECT=ai-financial-agent
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
AUTH_SECRET=****
# The following keys below are automatically created and
# added to your environment when you deploy on vercel
# Instructions to create a Vercel Blob Store 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=****