# Debug Mode # Set to 'true' to enable debug mode which shows LLM prompts and responses NEXT_PUBLIC_DEBUG=false # OpenRouter API Key (optional — users can also enter in the UI) # Get your key at https://openrouter.ai/keys # OPENROUTER_API_KEY=sk-or-v1-... # Default model (user can change in the UI) # Options: google/gemini-2.5-flash, google/gemini-2.5-pro, anthropic/claude-sonnet-4, # openai/gpt-4o, x-ai/grok-3, deepseek/deepseek-chat, meta-llama/llama-3.1-70b NEXT_PUBLIC_DEFAULT_MODEL=google/gemini-2.5-flash