Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +2 -2
.env.local.template
CHANGED
@@ -17,8 +17,8 @@ SERPAPI_KEY=#your serpapi key here
|
|
17 |
# 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 |
-
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 |
|
|
|
17 |
# 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 |
+
# 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 |
|