Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update .env.local.template
Browse files- .env.local.template +2 -2
.env.local.template
CHANGED
@@ -19,7 +19,7 @@ OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that
|
|
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 |
-
COMMUNITY_TOOLS=
|
23 |
TOOLS=`[]`
|
24 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
25 |
MODELS=`[
|
@@ -38,7 +38,7 @@ MODELS=`[
|
|
38 |
"prompt": "Create a regex to extract dates from logs"
|
39 |
}
|
40 |
],
|
41 |
-
"tools":
|
42 |
"endpoints": [
|
43 |
{
|
44 |
"type": "openai",
|
|
|
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 |
+
COMMUNITY_TOOLS=false
|
23 |
TOOLS=`[]`
|
24 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
25 |
MODELS=`[
|
|
|
38 |
"prompt": "Create a regex to extract dates from logs"
|
39 |
}
|
40 |
],
|
41 |
+
"tools": false,
|
42 |
"endpoints": [
|
43 |
{
|
44 |
"type": "openai",
|