EweBench / .env.example
jojonocode's picture
Initial release: EweBench v1.0 - Reference benchmark for Ewe LLMs
497bad8 verified
Raw
History Blame Contribute Delete
334 Bytes
# È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