Update .chainlit/config.toml
Browse files- .chainlit/config.toml +8 -1
.chainlit/config.toml
CHANGED
@@ -19,6 +19,13 @@ enable_telemetry = false
|
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
user_env = []
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
23 |
session_timeout = 3600
|
24 |
|
@@ -30,7 +37,7 @@ name = "Daysoff CSA | booking-api-beta"
|
|
30 |
# description = ""
|
31 |
|
32 |
# The default value for the expand messages settings.
|
33 |
-
default_expand_messages =
|
34 |
|
35 |
# Hide the chain of thought details from the user in the UI.
|
36 |
hide_cot = false
|
|
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
user_env = []
|
21 |
|
22 |
+
[features]
|
23 |
+
unsafe_allow_html = true
|
24 |
+
latex = true
|
25 |
+
auto_tag_thread = true
|
26 |
+
edit_message = true
|
27 |
+
cookie_auth = false
|
28 |
+
|
29 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
30 |
session_timeout = 3600
|
31 |
|
|
|
37 |
# description = ""
|
38 |
|
39 |
# The default value for the expand messages settings.
|
40 |
+
default_expand_messages = true
|
41 |
|
42 |
# Hide the chain of thought details from the user in the UI.
|
43 |
hide_cot = false
|