Spaces:
Building
Building
ehristoforu
commited on
Commit
•
c1c5300
1
Parent(s):
a5972e1
Update .env.local.template
Browse files- .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
|
|
|
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"
|
19 |
-
OPENID_PROVIDER_URL=https://huggingface.co
|
20 |
|
21 |
|
22 |
|
@@ -403,7 +401,7 @@ MODELS=`[
|
|
403 |
}
|
404 |
]`
|
405 |
|
406 |
-
OLD_MODELS=`[]
|
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
|