ankush13r commited on
Commit
ca99175
1 Parent(s): a71cf14

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .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=true
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": true,
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",