Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +1 -0
.env.local.template
CHANGED
@@ -19,6 +19,7 @@ SERPAPI_KEY=#your serpapi key here
|
|
19 |
# OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
|
20 |
OPENID_CONFIG="${OPENID_CONFIG}"
|
21 |
HF_ORG_ADMIN=${HF_ORG_ADMIN}
|
|
|
22 |
|
23 |
PUBLIC_APP_DESCRIPTION="This is a prompt system compliance test of the latest 7b model in development at BSC, code name Salamandra.\nBy starting a chat as a guest or logging in, you are accepting our Privacy Policy."
|
24 |
|
|
|
19 |
# OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
|
20 |
OPENID_CONFIG="${OPENID_CONFIG}"
|
21 |
HF_ORG_ADMIN=${HF_ORG_ADMIN}
|
22 |
+
MESSAGES_BEFORE_LOGIN=200
|
23 |
|
24 |
PUBLIC_APP_DESCRIPTION="This is a prompt system compliance test of the latest 7b model in development at BSC, code name Salamandra.\nBy starting a chat as a guest or logging in, you are accepting our Privacy Policy."
|
25 |
|