Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +7 -1
.env.local.template
CHANGED
@@ -25,7 +25,13 @@ PUBLIC_APP_DESCRIPTION="This is a prompt system compliance test of the latest 7b
|
|
25 |
|
26 |
PUBLIC_APP_DISCLAIMER=1
|
27 |
PUBLIC_APP_DISCLAIMER_MESSAGE="Disclaimer: AI is an area of active research with known problems such as biased generation and misinformation. Do not use this application for high-stakes decisions or advice. Do not insert your personal data, especially sensitive, like health data."
|
28 |
-
PUBLIC_FORCE_ETHICS_MODAL_CHECKBOX
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
COMMUNITY_TOOLS=true
|
31 |
ENABLE_ASSISTANTS=true
|
|
|
25 |
|
26 |
PUBLIC_APP_DISCLAIMER=1
|
27 |
PUBLIC_APP_DISCLAIMER_MESSAGE="Disclaimer: AI is an area of active research with known problems such as biased generation and misinformation. Do not use this application for high-stakes decisions or advice. Do not insert your personal data, especially sensitive, like health data."
|
28 |
+
PUBLIC_FORCE_ETHICS_MODAL_CHECKBOX=`{
|
29 |
+
"force": "1",
|
30 |
+
"title": "I have read and agree to the",
|
31 |
+
"linkTitle": "Disclaimer",
|
32 |
+
"linkHref": "/privacy"
|
33 |
+
}`
|
34 |
+
|
35 |
|
36 |
COMMUNITY_TOOLS=true
|
37 |
ENABLE_ASSISTANTS=true
|