somehumanperson1 commited on
Commit
311955c
1 Parent(s): 4032d67

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +1 -1
.env.local.template CHANGED
@@ -7,7 +7,7 @@ MONGODB_DIRECT_CONNECTION=false
7
 
8
 
9
  COOKIE_NAME=chat-ui
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
 
7
 
8
 
9
  COOKIE_NAME=chat-ui
10
+ HF_ACCESS_TOKEN=${TOKEN_SEC}
11
 
12
  # used to activate search with web functionality. disabled if not defined
13
  SERPAPI_KEY=#your serpapi key here