Spaces:
Build error
Build error
HF LOGIN
Browse files- .env.local.template +4 -5
.env.local.template
CHANGED
@@ -13,11 +13,10 @@ HF_ACCESS_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
|
|
13 |
SERPAPI_KEY=#your serpapi key here
|
14 |
|
15 |
# Parameters to enable "Sign in with HF"
|
16 |
-
OPENID_CLIENT_ID
|
17 |
-
OPENID_CLIENT_SECRET
|
18 |
-
OPENID_SCOPES="openid profile
|
19 |
-
OPENID_PROVIDER_URL=https://accounts.google.com
|
20 |
-
|
21 |
|
22 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
23 |
MODELS=`[
|
|
|
13 |
SERPAPI_KEY=#your serpapi key here
|
14 |
|
15 |
# Parameters to enable "Sign in with HF"
|
16 |
+
OPENID_CLIENT_ID=
|
17 |
+
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 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
22 |
MODELS=`[
|