# ── Required for Brain Cores ──────────────────────────────────────────────── # Groq API key (used for dataset discovery and web research) GROQ_API_KEY=your_groq_key_here # DeepSeek API key (used for brain distillation) DEEPSEEK_API_KEY=your_deepseek_key_here # ── Required for model downloads ──────────────────────────────────────────── # HuggingFace token (for gated models and hub access) HF_TOKEN=your_huggingface_token_here # ── Optional — Kaggle datasets ─────────────────────────────────────────────── KAGGLE_USERNAME=your_kaggle_username KAGGLE_KEY=your_kaggle_key # ── Server config (auto-set in production) ────────────────────────────────── PORT=7860 # ── Note ──────────────────────────────────────────────────────────────────── # On HuggingFace Spaces: add these as Secrets via Settings panel. # NEVER commit your real .env file. This file (.env.example) is safe to commit.