Rename app/.env.local to .env.local
Browse files
app/.env.local → .env.local
RENAMED
@@ -223,7 +223,7 @@ PUBLIC_APP_DISCLAIMER_MESSAGE="Disclaimer: AI is an area of active research with
|
|
223 |
PUBLIC_APP_DATA_SHARING=1
|
224 |
PUBLIC_APP_DISCLAIMER=1
|
225 |
RATE_LIMIT=16
|
226 |
-
MESSAGES_BEFORE_LOGIN=
|
227 |
PUBLIC_GOOGLE_ANALYTICS_ID=G-8Q63TH4CSL
|
228 |
PUBLIC_PLAUSIBLE_SCRIPT_URL="/js/script.js"
|
229 |
# Not part of the .env but set as other variables in the space
|
@@ -232,5 +232,5 @@ PUBLIC_PLAUSIBLE_SCRIPT_URL="/js/script.js"
|
|
232 |
ENABLE_ASSISTANTS=true
|
233 |
EXPOSE_API=true
|
234 |
ALTERNATIVE_REDIRECT_URLS=`[
|
235 |
-
huggingchat://
|
236 |
]`
|
|
|
223 |
PUBLIC_APP_DATA_SHARING=1
|
224 |
PUBLIC_APP_DISCLAIMER=1
|
225 |
RATE_LIMIT=16
|
226 |
+
MESSAGES_BEFORE_LOGIN=50# how many messages a user can send in a conversation before having to login. set to 0 to force login right away
|
227 |
PUBLIC_GOOGLE_ANALYTICS_ID=G-8Q63TH4CSL
|
228 |
PUBLIC_PLAUSIBLE_SCRIPT_URL="/js/script.js"
|
229 |
# Not part of the .env but set as other variables in the space
|
|
|
232 |
ENABLE_ASSISTANTS=true
|
233 |
EXPOSE_API=true
|
234 |
ALTERNATIVE_REDIRECT_URLS=`[
|
235 |
+
huggingchat://test
|
236 |
]`
|