Spaces:
Running
Running
File size: 172 Bytes
36cd8a7 |
1 2 3 4 |
# API Keys - replace with your actual keys
OPENAI_API_KEY = "your-openai-key-here"
NEWS_API_KEY = "your-news-api-key-here"
FACTCHECK_API_KEY = "your-factcheck-api-key-here" |