# P2P Wiki AI Configuration # Ollama (Local LLM) OLLAMA_BASE_URL=http://localhost:11434 OLLAMA_MODEL=llama3.2 # Claude API (Optional - for higher quality article drafts) ANTHROPIC_API_KEY= CLAUDE_MODEL=claude-sonnet-4-20250514 # Hybrid Routing USE_CLAUDE_FOR_DRAFTS=true USE_OLLAMA_FOR_CHAT=true # Server HOST=0.0.0.0 PORT=8420