# SEC Configuration SEC_EMAIL=your@email.com # 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