askveracity / .streamlit /secrets.toml.example
ankanghosh's picture
Upload 2 files
36cd8a7 verified
raw
history blame contribute delete
172 Bytes
# 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"