spb/llmindex Public
The discriminative, contamination-resistant, fully transparent LLM ranking — updated live.
TypeScript 77.9%
TeX 15.2%
Python 3.7%
SQL 1.4%
JavaScript 1.1%
Shell 0.5%
1# llmindex.io — environment template (copy to .env; never commit real values)2DATABASE_URL=postgresql://llmindex:llmindex@127.0.0.1:5432/llmindex3REDIS_URL=redis://127.0.0.1:63794OPENROUTER_API_KEY=5MAX_RUN_COST_USD=506NGROK_AUTHTOKEN=7PUBLIC_BASE_URL=https://www.llmindex.io8MAINTAINER_NAME="Simon-Pierre Boucher"9MAINTAINER_EMAIL=contact@spboucher.ai10# Comma-separated OpenRouter slugs, ≥2 providers, used for pairwise duels11JUDGE_MODELS=12# Explicit ranked subset (comma-separated OpenRouter slugs); empty = heuristic curation13RANKED_MODELS=14# Comma-separated API keys granting the 600 req/min tier (optional)15API_KEYS=16# Set to 1 to create the illustrative demo score run on db:seed17SEED_DEMO=018