| # Copy to .env (gitignored). The judge calls the Modal GPU endpoint from modal_judge.py. | |
| # Get the URL from `modal deploy modal_judge.py`; create a proxy-auth token in the | |
| # Modal dashboard (Settings -> Proxy Auth Tokens) for MODAL_KEY / MODAL_SECRET. | |
| MODAL_JUDGE_URL=https://<your-workspace>--semantique-judge-judge-score.modal.run | |
| MODAL_KEY=wk-... | |
| MODAL_SECRET=ws-... | |