# === API Keys (DO NOT COMMIT REAL KEYS) === GROQ_API_KEY=your_groq_key_here GOOGLE_API_KEY=your_google_gemini_key_here HF_TOKEN=your_huggingface_token_here # === Provider order === # Comma-separated cascade, first working provider wins. # Options: groq, gemini, router PROVIDER_ORDER=groq,gemini,router # === Provider-default models (override if needed) === GROQ_MODEL=llama-3.1-8b-instant GEMINI_MODEL=gemini-2.5-flash # === Logging === LOG_LEVEL=INFO # For local development only. Use Space Secrets in production. ADMIN_TOKEN="a-secure-admin-token-for-index-refresh" # --- Optional Overrides --- # MODEL_NAME="mistralai/Mistral-7B-Instruct-v0.2" # INDEX_DATASET="your-username/matrix-ai-index" # RATE_LIMITS="120" # requests per minute