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 — systemd unit (Linux hosts; on macOS m3u96b PM2 is used instead)2# Author: Simon-Pierre Boucher <contact@spboucher.ai>3[Unit]4Description=LLM Index BullMQ workers (eval/duel/refit)5After=network.target postgresql.service redis.service67[Service]8WorkingDirectory=/srv/llmindex/apps/worker9EnvironmentFile=/srv/llmindex/.env10Environment=NODE_ENV=production11ExecStart=/srv/llmindex/apps/worker/node_modules/.bin/tsx src/index.ts12Restart=always13RestartSec=314User=llmindex1516[Install]17WantedBy=multi-user.target18