datacipen commited on
Commit
2c24bc6
1 Parent(s): b8f8897

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +2 -1
.chainlit/config.toml CHANGED
@@ -52,13 +52,14 @@ auto_tag_thread = true
52
  [UI]
53
  # Name of the assistant.
54
  name = "Doc Chain Assistant"
 
55
 
56
  # Description of the assistant. This is used for HTML tags.
57
  # description = ""
58
 
59
  # Large size content are by default collapsed for a cleaner ui
60
  default_collapse_content = true
61
-
62
  # Hide the chain of thought details from the user in the UI.
63
  hide_cot = false
64
 
 
52
  [UI]
53
  # Name of the assistant.
54
  name = "Doc Chain Assistant"
55
+ show_readme_as_default = true
56
 
57
  # Description of the assistant. This is used for HTML tags.
58
  # description = ""
59
 
60
  # Large size content are by default collapsed for a cleaner ui
61
  default_collapse_content = true
62
+ default_expand_messages = true
63
  # Hide the chain of thought details from the user in the UI.
64
  hide_cot = false
65