crodri commited on
Commit
5602fb7
1 Parent(s): e033253

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +1 -1
.env.local.template CHANGED
@@ -18,7 +18,7 @@ OPENID_CLIENT_SECRET=
18
  OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that do not provide preferred_username
19
  OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
20
 
21
- PUBLIC_APP_DESCRIPTION="This is a prompt system compliance test of the latest 7b model in development at BSC, code name Salamandra."
22
  COMMUNITY_TOOLS=false
23
  TOOLS=`[]`
24
  # 'name', 'userMessageToken', 'assistantMessageToken' are required
 
18
  OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that do not provide preferred_username
19
  OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
20
 
21
+ PUBLIC_APP_DESCRIPTION="This is a prompt system compliance test of the latest 7b model in development at BSC, code name Salamandra. No personal information is saved."
22
  COMMUNITY_TOOLS=false
23
  TOOLS=`[]`
24
  # 'name', 'userMessageToken', 'assistantMessageToken' are required