sentinel-scam-honeypo / .env.example
avinash-rai's picture
πŸ” SECURITY: Removed hardcoded API key and switched to environment variable management
429f197
raw
history blame
2.54 kB
# ═══════════════════════════════════════════════════════════════════════════════
# SCAM HONEYPOT SYSTEM - ENVIRONMENT CONFIGURATION
# India AI Impact Buildathon 2025
# ═══════════════════════════════════════════════════════════════════════════════
# Copy this file to .env and fill in your API keys
# ─────────────────────────────────────────────────────────────────────────────
# LLM Provider Selection
# Options: "groq", "openrouter", "openai", "anthropic"
# ─────────────────────────────────────────────────────────────────────────────
LLM_PROVIDER=groq
# ─────────────────────────────────────────────────────────────────────────────
# API Keys (Add at least one for LLM features)
# ─────────────────────────────────────────────────────────────────────────────
# πŸ”₯ Groq - FAST & FREE! (Recommended for hackathon)
# Get key at: https://console.groq.com/keys
GROQ_API_KEY=
# OpenRouter - Access many models with one key
# Get key at: https://openrouter.ai/keys
OPENROUTER_API_KEY=
# OpenAI (Optional)
OPENAI_API_KEY=
# Anthropic (Optional)
ANTHROPIC_API_KEY=
# ─────────────────────────────────────────────────────────────────────────────
# Application Settings
# ─────────────────────────────────────────────────────────────────────────────
DEBUG=false
GUVI_API_KEY=GUVI_HACKATHON_V2