IRIS-AI_DEMO / .env.example
Brajmovech's picture
Add API key rotation for NewsAPI and Webz
f7ce805
ALPHAVANTAGE_API_KEY=YOUR_KEY_HERE
NEWS_API_KEY=YOUR_KEY_HERE
# NEWS_API_KEYS=YOUR_KEY_1,YOUR_KEY_2,YOUR_KEY_3
# IRIS will try NewsAPI keys in order and automatically fall back when NewsAPI
# reports a rate/quota limit for the current key.
# WEBZ_API_KEY=YOUR_SINGLE_KEY_HERE
# WEBZ_API_KEYS=YOUR_KEY_1,YOUR_KEY_2,YOUR_KEY_3
# IRIS will try the keys in order and automatically fall back when Webz reports
# a rate/quota/token-limit style error for the current key.
# FinBERT sentiment model:
# Enabled by default. FinBERT uses the normal Hugging Face cache unless you
# pin it to a project-local folder with IRIS_FINBERT_CACHE_DIR.
# IRIS_ENABLE_FINBERT=true
# IRIS_FINBERT_MODEL_ID=ProsusAI/finbert
# IRIS_FINBERT_CACHE_DIR=runtime_data/huggingface/transformers
# Team-safe runtime data options:
# Default behavior now writes to runtime_data/ (or demo_guests_data/ in DEMO_MODE)
# instead of tracked data/ files.
#
# If you intentionally want to use tracked data/ paths, set:
# IRIS_USE_REPO_DATA=true
#
# Or pin a custom machine-local folder (absolute or project-relative):
# IRIS_DATA_DIR=runtime_data
# Optional default ticker set for scheduled report generation:
# IRIS_TICKERS=SPY,^DJI,^GSPC,^IXIC,AAPL,MSFT,GOOG,AMZN,NVDA,META,TSLA