CoolFace
Apppublic

ALchemt/llm-eval

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes
.env.example16 linesDownload Raw Back to root
1# Pick the provider you're using and set its key. The runner reads keys2# based on the `provider:` field in each run config in configs.yaml.3#4# Supported providers (all expose OpenAI-compatible /chat/completions):5#   openai       — platform.openai.com6#   openrouter   — openrouter.ai (free-tier friendly, used as default)7#   groq         — console.groq.com (free, phone-verified)8#   together     — together.ai9 10OPENROUTER_API_KEY=sk-or-v1-...11 12# Optional fallbacks if you swap providers in configs.yaml:13# OPENAI_API_KEY=sk-...14# GROQ_API_KEY=gsk_...15# TOGETHER_API_KEY=...16