# Gemini API Key (required)
# Get your API key from Google AI Studio: https://ai.google.dev/
GEMINI_API_KEY=your_gemini_api_key_here
# Optional Configuration
# Uncomment and modify as needed
# GEMINI_DEFAULT_MODEL=gemini-2.0-flash # Default model to use if not specified
# GEMINI_PAID_TIER=true # Set to true if using a paid API tier
# GEMINI_LOG_LEVEL=info # Log level (debug, info, warn, error)
# GEMINI_REQUEST_TIMEOUT=30000 # Request timeout in milliseconds