File size: 334 Bytes
497bad8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # È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
|