Update .chainlit/config.toml
Browse files- .chainlit/config.toml +0 -4
.chainlit/config.toml
CHANGED
@@ -23,16 +23,12 @@ cache = false
|
|
23 |
# List of environment variables to be provided by each user to use the app.
|
24 |
user_env = []
|
25 |
|
26 |
-
# ?.................
|
27 |
#cookie_auth = true
|
28 |
auth_secret = "${CHAINLIT_AUTH_SECRET}"
|
29 |
|
30 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
31 |
session_timeout = 7200
|
32 |
|
33 |
-
# Enable third parties caching (e.g LangChain cache)
|
34 |
-
cache = false
|
35 |
-
|
36 |
# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
|
37 |
# follow_symlink = false
|
38 |
|
|
|
23 |
# List of environment variables to be provided by each user to use the app.
|
24 |
user_env = []
|
25 |
|
|
|
26 |
#cookie_auth = true
|
27 |
auth_secret = "${CHAINLIT_AUTH_SECRET}"
|
28 |
|
29 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
30 |
session_timeout = 7200
|
31 |
|
|
|
|
|
|
|
32 |
# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
|
33 |
# follow_symlink = false
|
34 |
|