-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (39 loc) · 1.17 KB
/
.env.example
File metadata and controls
46 lines (39 loc) · 1.17 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
38
39
40
41
42
43
44
45
46
# Financial Modeling Prep API Key
# Get yours at: https://financialmodelingprep.com/developer/docs/
FMP_API_KEY=your_fmp_api_key_here
FMP_API_KEY_2=
FMP_API_KEY_3=
FMP_API_KEY_4=
FMP_API_KEY_5=
FMP_API_KEY_6=
# Twelve Data API Key
# Get yours at: https://twelvedata.com/
TWELVE_DATA_API_KEY=your_twelve_data_api_key_here
# Gmail sender email address
GMAIL_SENDER=your_email@gmail.com
# Email recipient(s) - comma-separated for multiple
EMAIL_RECIPIENTS=recipient@example.com
# Cache settings (days)
PROFILE_CACHE_DAYS=7
# Twelve Data daily credit limit
TWELVE_DATA_DAILY_LIMIT=800
TWELVE_DATA_REQUEST_TIMEOUT=8
TWELVE_DATA_MAX_RETRIES=2
TWELVE_DATA_WORKERS_PER_KEY=1
TWELVE_DATA_API_KEYS_CSV=
INCLUDE_INDUSTRY_KEYWORDS=software
EXTRA_SYMBOLS=
FORCE_INCLUDE_SYMBOLS=
# SMTP (App Password) optional alternative to Gmail API
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your_email@gmail.com
SMTP_PASSWORD=your_app_password_here
SMTP_USE_TLS=true
# NVIDIA AI (optional)
NVIDIA_API_KEY=your_nvidia_api_key_here
NVIDIA_MODEL=stockmark/stockmark-2-100b-instruct
NVIDIA_API_BASE_URL=https://integrate.api.nvidia.com
AI_SUMMARY_ENABLED=true
AI_SUMMARY_MAX_TOKENS=220
AI_SUMMARY_TEMPERATURE=0.2