Spaces:
Paused
Paused
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
@@ -68,4 +68,4 @@ PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
|
68 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
69 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
70 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|
71 |
-
PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
|
|
|
68 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
69 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
70 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|
71 |
+
PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
|