forked from HKUSTDial/DeepFund
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (27 loc) · 1.09 KB
/
.env.example
File metadata and controls
37 lines (27 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#### Database ####
# Local DB
DB_PATH=assets/deepfund.db
# On-Cloud DB
SUPABASE_URL=your-supabase-url
SUPABASE_KEY=your-supabase-key
#### Offical LLM ####
# Get your OpenAI API key from https://platform.openai.com/
OPENAI_API_KEY=your-openai-api-key
# Get your Anthropic API key from https://anthropic.com/
ANTHROPIC_API_KEY=your-anthropic-api-key
# Deepseek API key from https://platform.deepseek.com/api_keys
DEEPSEEK_API_KEY=your-deepseek-api-key
# Qwen API key from https://www.alibabacloud.com/help/en/model-studio/what-is-qwen-llm
QWEN_API_KEY=your-qwen-api-key
# Zhipu API key from https://open.bigmodel.cn/
ZHIPU_API_KEY=your-zhipu-api-key
#### Third party LLM proxy ####
# Get your Yi-Zhan API key from https://vip.yi-zhan.top/
YIZHAN_API_KEY=your-yizhan-api-key
# AiHubMix API key from https://aihubmix.com/
AIHUBMIX_API_KEY=your-aihubmix-api-key
# See available models in https://fireworks.ai/models
FIREWORKS_API_KEY=your-fireworks-api-key
#### Financial data provider ####
# Alpha Vantage API key from https://www.alphavantage.co/support/#api-key
ALPHA_VANTAGE_API_KEY=your-alpha-vantage-api-key