Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update .env.local.template
Browse files- .env.local.template +12 -5
.env.local.template
CHANGED
|
@@ -13,14 +13,21 @@ HF_TOKEN=${HF_TOKEN}
|
|
| 13 |
SERPAPI_KEY=#your serpapi key here
|
| 14 |
|
| 15 |
# Parameters to enable "Sign in with HF"
|
| 16 |
-
OPENID_CLIENT_ID=
|
| 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 |
|
| 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=true
|
| 23 |
ENABLE_ASSISTANTS=true
|
|
|
|
| 24 |
TOOLS=`[
|
| 25 |
{
|
| 26 |
"name": "getContext",
|
|
|
|
| 13 |
SERPAPI_KEY=#your serpapi key here
|
| 14 |
|
| 15 |
# Parameters to enable "Sign in with HF"
|
| 16 |
+
#OPENID_CLIENT_ID=
|
| 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 |
+
|
| 25 |
+
PUBLIC_APP_DISCLAIMER=1
|
| 26 |
+
PUBLIC_APP_DISCLAIMER_MESSAGE="Disclaimer: AI is an area of active research with known problems such as biased generation and misinformation. Do not use this application for high-stakes decisions or advice. Do not insert your personal data, especially sensitive, like health data."
|
| 27 |
|
|
|
|
| 28 |
COMMUNITY_TOOLS=true
|
| 29 |
ENABLE_ASSISTANTS=true
|
| 30 |
+
|
| 31 |
TOOLS=`[
|
| 32 |
{
|
| 33 |
"name": "getContext",
|