Update .chainlit/config.toml
Browse files- .chainlit/config.toml +1 -2
.chainlit/config.toml
CHANGED
|
@@ -52,14 +52,13 @@ auto_tag_thread = true
|
|
| 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 |
-
|
| 63 |
# Hide the chain of thought details from the user in the UI.
|
| 64 |
hide_cot = false
|
| 65 |
|
|
|
|
| 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 |
|