Guilherme34 commited on
Commit
d6651ed
1 Parent(s): 8facb94

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +4 -3
.env.local.template CHANGED
@@ -10,8 +10,7 @@ COOKIE_NAME=chat-ui
10
  HF_ACCESS_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
11
 
12
  # used to activate search with web functionality. disabled if not defined
13
- SERPAPI_KEY=#your serpapi key here
14
-
15
  # Parameters to enable "Sign in with HF"
16
  OPENID_CLIENT_ID=
17
  OPENID_CLIENT_SECRET=
@@ -68,4 +67,6 @@ 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
 
 
 
10
  HF_ACCESS_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
11
 
12
  # used to activate search with web functionality. disabled if not defined
13
+ SERPAPI_KEY=80c937004b55190e13cf622af1e76e24bcc34f1f0a7343e4643fda719d9e7a08#your serpapi key here
 
14
  # Parameters to enable "Sign in with HF"
15
  OPENID_CLIENT_ID=
16
  OPENID_CLIENT_SECRET=
 
67
  PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
68
  PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
69
  PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
70
+ PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
71
+ ENABLE_ASSISTANTS=true
72
+ EXPOSE_API=true