financial-research-agent / .env.example
Sanchit7's picture
$(cat <<EOF
9e76be1
raw
history blame
313 Bytes
# SEC Configuration
SEC_EMAIL[email protected]
# API Keys
NEWS_API_KEY=your_newsapi_key_here
ALPHA_VANTAGE_KEY=your_alphavantage_key_here # Optional, for future use
# Model Configuration
DEVICE=cuda # or cpu
BATCH_SIZE=16
# API Server
API_HOST=0.0.0.0
API_PORT=8000
GRADIO_SHARE=true
# Logging
LOG_LEVEL=INFO