Update .env.local.template
Browse files- .env.local.template +4 -4
.env.local.template
CHANGED
@@ -13,10 +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" # 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 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
|
|
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 |
|
22 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|