Spaces:
Sleeping
Sleeping
| # Database Paths | |
| DB_FILE=evidence.db | |
| FAISS_FILE=faiss.index | |
| # API Keys - Replace with your own keys | |
| NEWS_API_KEY=your_newsapi_key_here | |
| # Flask - Generate with: python -c "import secrets; print(secrets.token_hex(32))" | |
| FLASK_SECRET_KEY=your_long_random_secret_key_here | |
| # Bot Identity | |
| USER_AGENT=FactCheckBot/1.0 | |