camparchimedes commited on
Commit
1b24d6d
ยท
verified ยท
1 Parent(s): 1250c6c

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .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 = false
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