| # --- Option A : Test (OpenRouter) --- | |
| OPENROUTER_API_KEY=sk-or-v1-your-key-here | |
| LLM_BASE_URL=https://openrouter.ai/api/v1 | |
| LLM_MODEL=mistralai/mistral-7b-instruct | |
| # --- Option B : Production (Ollama local) --- | |
| # OPENROUTER_API_KEY=ollama | |
| # LLM_BASE_URL=http://localhost:11434/v1 | |
| # LLM_MODEL=mistral:instruct | |