| # ÈwéBench — API Configuration | |
| # Copy this file to .env and fill in your keys | |
| # DeepSeek API | |
| DEEPSEEK_API_KEY=your_deepseek_api_key_here | |
| # Google Gemini API | |
| GEMINI_API_KEY=your_gemini_api_key_here | |
| # Local model endpoint (Ollama, vLLM, etc.) | |
| LOCAL_ENDPOINT=http://localhost:11434/v1/chat/completions | |
| LOCAL_MODEL=your-model-name | |