Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update .env.local.template
Browse files- .env.local.template +5 -4
.env.local.template
CHANGED
@@ -19,7 +19,8 @@ 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 |
-
|
|
|
23 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
24 |
MODELS=`[
|
25 |
{
|
@@ -37,6 +38,7 @@ MODELS=`[
|
|
37 |
"prompt": "Create a regex to extract dates from logs"
|
38 |
}
|
39 |
],
|
|
|
40 |
"endpoints": [
|
41 |
{
|
42 |
"type": "openai",
|
@@ -93,9 +95,8 @@ PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
|
|
93 |
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
|
94 |
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
95 |
{
|
96 |
-
"title": "
|
97 |
-
"linkTitle": "
|
98 |
-
"linkHref": "https://github.com/huggingface/chat-ui"
|
99 |
}
|
100 |
]`
|
101 |
|
|
|
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=true
|
23 |
+
TOOLS=`[]`
|
24 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
25 |
MODELS=`[
|
26 |
{
|
|
|
38 |
"prompt": "Create a regex to extract dates from logs"
|
39 |
}
|
40 |
],
|
41 |
+
"tools": true,
|
42 |
"endpoints": [
|
43 |
{
|
44 |
"type": "openai",
|
|
|
95 |
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
|
96 |
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
97 |
{
|
98 |
+
"title": "Soon function calling (tools) will be integrated",
|
99 |
+
"linkTitle": "Function calling",
|
|
|
100 |
}
|
101 |
]`
|
102 |
|