Update .chainlit/config.toml
Browse files- .chainlit/config.toml +9 -4
.chainlit/config.toml
CHANGED
@@ -16,9 +16,12 @@ cache = false
|
|
16 |
allow_origins = ["*"]
|
17 |
|
18 |
# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
|
19 |
-
follow_symlink = false
|
20 |
|
21 |
[features]
|
|
|
|
|
|
|
22 |
# Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript)
|
23 |
unsafe_allow_html = true
|
24 |
|
@@ -53,12 +56,14 @@ auto_tag_thread = true
|
|
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 |
|
@@ -85,7 +90,7 @@ custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&d
|
|
85 |
# custom_build = "./public/build"
|
86 |
|
87 |
[UI.theme]
|
88 |
-
default = "dark"
|
89 |
layout = "wide"
|
90 |
font_family = "Inter, sans-serif"
|
91 |
# Override default MUI light theme. (Check theme.ts)
|
@@ -115,4 +120,4 @@ custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&d
|
|
115 |
#secondary = "#BDBDBD"
|
116 |
|
117 |
[meta]
|
118 |
-
generated_by = "1.1.
|
|
|
16 |
allow_origins = ["*"]
|
17 |
|
18 |
# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
|
19 |
+
#follow_symlink = false
|
20 |
|
21 |
[features]
|
22 |
+
# Show the prompt playground
|
23 |
+
prompt_playground = true
|
24 |
+
|
25 |
# Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript)
|
26 |
unsafe_allow_html = true
|
27 |
|
|
|
56 |
# Name of the assistant.
|
57 |
name = "Doc Chain Assistant"
|
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 = true
|
66 |
+
default_expand_messages = true
|
67 |
# Hide the chain of thought details from the user in the UI.
|
68 |
hide_cot = false
|
69 |
|
|
|
90 |
# custom_build = "./public/build"
|
91 |
|
92 |
[UI.theme]
|
93 |
+
#default = "dark"
|
94 |
layout = "wide"
|
95 |
font_family = "Inter, sans-serif"
|
96 |
# Override default MUI light theme. (Check theme.ts)
|
|
|
120 |
#secondary = "#BDBDBD"
|
121 |
|
122 |
[meta]
|
123 |
+
generated_by = "1.1.202"
|