Spaces:
Building
Building
ehristoforu
commited on
Commit
•
b99881d
1
Parent(s):
2dbc63b
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
@@ -343,7 +343,7 @@ PUBLIC_APP_DESCRIPTION=We provide free access to the latest AI models. There is
|
|
343 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
344 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
345 |
PUBLIC_APP_DATA_SHARING=1#set to 1 to enable disclaimers & options about data sharing
|
346 |
-
|
347 |
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."
|
348 |
|
349 |
ENABLE_ASSISTANTS=true
|
|
|
343 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
344 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
345 |
PUBLIC_APP_DATA_SHARING=1#set to 1 to enable disclaimers & options about data sharing
|
346 |
+
PUBLIC_APP_DATA_DISCLAIMER=1#set to 1 to enable disclaimers about model outputs
|
347 |
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."
|
348 |
|
349 |
ENABLE_ASSISTANTS=true
|