Spaces:
Sleeping
Sleeping
v4.0: Update .env.example with all required env vars
Browse files- web/.env.example +7 -0
web/.env.example
CHANGED
|
@@ -18,3 +18,10 @@ RESEND_API_KEY=re_...
|
|
| 18 |
# App
|
| 19 |
NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
| 20 |
CLAUSEGUARD_API_URL=https://gaurv007-clauseguard-api.hf.space
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
# App
|
| 19 |
NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
| 20 |
CLAUSEGUARD_API_URL=https://gaurv007-clauseguard-api.hf.space
|
| 21 |
+
|
| 22 |
+
# HF Inference API (for chatbot + redlining LLM)
|
| 23 |
+
HF_TOKEN=hf_...
|
| 24 |
+
|
| 25 |
+
# Optional: SaulLM for explain endpoint
|
| 26 |
+
SAULLM_ENDPOINT=
|
| 27 |
+
HF_API_TOKEN=
|