File size: 468 Bytes
6f5156a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Copy to `.env` and edit.
REPO_ROOT=
# France, see PISTE Judilibre
JUDILIBRE_CLIENT_ID=
JUDILIBRE_CLIENT_SECRET=
# Germanay, gated HF dataset openlegaldata/court-decisions-germany)
HF_TOKEN=
# Korea, set a registered law.go.kr Open API OC value.
LAW_GO_KR_OC=
# New Zealand, set the token from justice.govt.nz
NZ_WAF_COOKIE=
# See https://docs.litellm.ai/docs/providers for the full list of env var names.
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
GEMINI_API_KEY=
# ...
|