ehristoforu commited on
Commit
c1c5300
1 Parent(s): a5972e1

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +5 -7
.env.local.template CHANGED
@@ -7,16 +7,14 @@ MONGODB_DIRECT_CONNECTION=false
7
 
8
 
9
  COOKIE_NAME=HuggingGPT
10
- HF_ACCESS_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
 
11
 
12
- # used to activate search with web functionality. disabled if not defined
13
- SERPAPI_KEY=#your serpapi key here
14
 
15
- # Parameters to enable "Sign in with HF"
16
  OPENID_CLIENT_ID=${OPENID_CLIENT_ID}
17
  OPENID_CLIENT_SECRET=${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
 
@@ -403,7 +401,7 @@ MODELS=`[
403
  }
404
  ]`
405
 
406
- OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
407
 
408
  PUBLIC_ORIGIN=${SPACE_HOST}
409
  PUBLIC_SHARE_PREFIX=${SPACE_HOST}/r
 
7
 
8
 
9
  COOKIE_NAME=HuggingGPT
10
+ HF_ACCESS_TOKEN=
11
+
12
 
 
 
13
 
 
14
  OPENID_CLIENT_ID=${OPENID_CLIENT_ID}
15
  OPENID_CLIENT_SECRET=${OPENID_CLIENT_SECRET}
16
+ OPENID_SCOPES="openid profile"
17
+ OPENID_PROVIDER_URL=https://huggingface.co
18
 
19
 
20
 
 
401
  }
402
  ]`
403
 
404
+ OLD_MODELS=`[]`
405
 
406
  PUBLIC_ORIGIN=${SPACE_HOST}
407
  PUBLIC_SHARE_PREFIX=${SPACE_HOST}/r