semantique / .env.example
benjosaur's picture
refactor(judge): drop the JUDGE_FAKE offline stub
239f421
Raw
History Blame Contribute Delete
370 Bytes
# 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-...