Spaces:
Build error
Build error
Update .env.local.template
Browse files- .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
|
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=#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
|