Update .chainlit/config.toml
Browse files- .chainlit/config.toml +2 -2
.chainlit/config.toml
CHANGED
@@ -56,14 +56,14 @@ auto_tag_thread = true
|
|
56 |
# Name of the assistant.
|
57 |
name = "Assistant Reviewstream"
|
58 |
|
59 |
-
|
60 |
|
61 |
# Description of the assistant. This is used for HTML tags.
|
62 |
# description = ""
|
63 |
|
64 |
# Large size content are by default collapsed for a cleaner ui
|
65 |
default_collapse_content = false
|
66 |
-
|
67 |
# Hide the chain of thought details from the user in the UI.
|
68 |
hide_cot = false
|
69 |
|
|
|
56 |
# Name of the assistant.
|
57 |
name = "Assistant Reviewstream"
|
58 |
|
59 |
+
show_readme_as_default = false
|
60 |
|
61 |
# Description of the assistant. This is used for HTML tags.
|
62 |
# description = ""
|
63 |
|
64 |
# Large size content are by default collapsed for a cleaner ui
|
65 |
default_collapse_content = false
|
66 |
+
default_expand_messages = true
|
67 |
# Hide the chain of thought details from the user in the UI.
|
68 |
hide_cot = false
|
69 |
|