.env.example 346 B

123456789101112
  1. # Required: AI Gateway API key
  2. AI_GATEWAY_API_KEY=
  3. # Optional: override the default model (default: anthropic/claude-haiku-4.5)
  4. # AI_GATEWAY_MODEL=openai/gpt-4o-mini
  5. # Rate Limiting (Upstash Redis)
  6. # Optional - rate limiting is disabled when these are not set
  7. KV_REST_API_URL=
  8. KV_REST_API_TOKEN=
  9. RATE_LIMIT_PER_MINUTE=10
  10. RATE_LIMIT_PER_DAY=100