Provider and environment status — secrets never leave the server
AI_PROVIDER = openai | groq | anthropic | mock (optional override)
OPENAI_API_KEY — enables OpenAI (gpt-4o-mini, cost-controlled default)
GROQ_API_KEY — optional, enables Groq (Llama) provider
ANTHROPIC_API_KEY — optional, enables Claude provider
Loading usage…
Set MY_GITHUB_PAT (or GITHUB_TOKEN) in .env.local. The token is used server-side only and is never sent to the browser. Without a token, public repositories still work at lower GitHub rate limits.