Update public disclaimer: personal data (#793)
Browse filesSuggested edit to update the language of the disclaimer to cover health decisions and personal data.
Co-authored-by: Nathan Sarrazin <sarrazin.nathan@gmail.com>
.env
CHANGED
@@ -124,7 +124,7 @@ PUBLIC_APP_COLOR=blue # can be any of tailwind colors: https://tailwindcss.com/d
|
|
124 |
PUBLIC_APP_DESCRIPTION=# description used throughout the app (if not set, a default one will be used)
|
125 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable options & text regarding data sharing
|
126 |
PUBLIC_APP_DISCLAIMER=#set to 1 to show a disclaimer on login page
|
127 |
-
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."
|
128 |
LLM_SUMMERIZATION=true
|
129 |
|
130 |
EXPOSE_API=true
|
@@ -139,10 +139,8 @@ ENABLE_ASSISTANTS=false #set to true to enable assistants feature
|
|
139 |
ENABLE_ASSISTANTS_RAG=false # /!\ This will let users specify arbitrary URLs that the server will then request. Make sure you have the proper firewall rules in place.
|
140 |
ENABLE_LOCAL_FETCH=false #set to true to disable the blocklist for local fetches. Only enable this if you have the proper firewall rules to prevent SSRF attacks and understand the implications.
|
141 |
ALTERNATIVE_REDIRECT_URLS=`[]` #valide alternative redirect URL for OAuth
|
142 |
-
|
143 |
WEBHOOK_URL_REPORT_ASSISTANT=#provide webhook url to get notified when an assistant gets reported
|
144 |
|
145 |
ALLOWED_USER_EMAILS=`[]` # if it's defined, only these emails will be allowed to use the app
|
146 |
|
147 |
USAGE_LIMITS=`{}`
|
148 |
-
|
|
|
124 |
PUBLIC_APP_DESCRIPTION=# description used throughout the app (if not set, a default one will be used)
|
125 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable options & text regarding data sharing
|
126 |
PUBLIC_APP_DISCLAIMER=#set to 1 to show a disclaimer on login page
|
127 |
+
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."
|
128 |
LLM_SUMMERIZATION=true
|
129 |
|
130 |
EXPOSE_API=true
|
|
|
139 |
ENABLE_ASSISTANTS_RAG=false # /!\ This will let users specify arbitrary URLs that the server will then request. Make sure you have the proper firewall rules in place.
|
140 |
ENABLE_LOCAL_FETCH=false #set to true to disable the blocklist for local fetches. Only enable this if you have the proper firewall rules to prevent SSRF attacks and understand the implications.
|
141 |
ALTERNATIVE_REDIRECT_URLS=`[]` #valide alternative redirect URL for OAuth
|
|
|
142 |
WEBHOOK_URL_REPORT_ASSISTANT=#provide webhook url to get notified when an assistant gets reported
|
143 |
|
144 |
ALLOWED_USER_EMAILS=`[]` # if it's defined, only these emails will be allowed to use the app
|
145 |
|
146 |
USAGE_LIMITS=`{}`
|
|