ehristoforu commited on
Commit
869a762
·
verified ·
1 Parent(s): 8e94f38

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +1 -1
.env.local.template CHANGED
@@ -340,7 +340,7 @@ PARQUET_EXPORT_SECRET=
340
 
341
  PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
342
  PUBLIC_APP_DESCRIPTION=We provide free access to the latest AI models. There is a possibility that some models may be temporarily unavailable, in which case please select another model.
343
- PUBLIC_APP_ASSETS=solatium # 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_DISCLAIMER1=#set to 1 to enable disclaimers about model outputs
 
340
 
341
  PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
342
  PUBLIC_APP_DESCRIPTION=We provide free access to the latest AI models. There is a possibility that some models may be temporarily unavailable, in which case please select another model.
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_DISCLAIMER1=#set to 1 to enable disclaimers about model outputs