Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update .env.local.template
Browse files- .env.local.template +1 -0
.env.local.template
CHANGED
@@ -18,6 +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 |
|
22 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
23 |
MODELS=`[
|
|
|
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 an experimental instructed checkpoint of the latest 7b model in development at BSC."
|
22 |
|
23 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
24 |
MODELS=`[
|