Spaces:
Build error
Build error
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
@@ -95,4 +95,4 @@ PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_A
|
|
95 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
96 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|
97 |
PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
|
98 |
-
PUBLIC_APP_DESCRIPTION=This demo showcases two Mistral 7B models that have been aligned via
|
|
|
95 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
96 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|
97 |
PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
|
98 |
+
PUBLIC_APP_DESCRIPTION=This demo showcases two Mistral 7B models that have been aligned via Constitutional AI. Use the ⚙️ to switch models.
|