File size: 436 Bytes
67e93c9 | 1 2 3 4 5 6 7 8 | # Copy this file to .env and fill in your values.
# NEVER commit .env to git.
# ── Google Gemini API ─────────────────────────────────────────────────────────
# Get your key at: https://aistudio.google.com/app/apikey
# Free tier: 15 RPM / 250K TPM / 500 RPD (Gemini 2.5 Flash)
GOOGLE_API_KEY=your_google_api_key_here
|