Sentinel / .streamlit /secrets.toml.example
Asish Karthikeya Gogineni
Deploy Sentinel AI from GitHub
3e30d53
raw
history blame contribute delete
246 Bytes
# Streamlit secrets (TOML format)
# Add your API keys here
TAVILY_API_KEY = "your-tavily-api-key-here"
ALPHA_VANTAGE_API_KEY = "your-alpha-vantage-api-key-here"
GOOGLE_API_KEY = "your-google-api-key-here"
GROQ_API_KEY = "your-groq-api-key-here"