Update .chainlit/config.toml
Browse files- .chainlit/config.toml +4 -4
.chainlit/config.toml
CHANGED
@@ -41,9 +41,9 @@ name = "๐๐๐ฎ๐จ๐ค๐๐-๐๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ-RAQA-t
|
|
41 |
|
42 |
|
43 |
image = "./public/daysoff_brag(2_2).jpg"
|
44 |
-
custom_css = "/public/styles.css"
|
45 |
|
46 |
-
custom_js = "/public/retro-terminal.js"
|
47 |
|
48 |
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
49 |
|
@@ -61,10 +61,10 @@ custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&d
|
|
61 |
# --used for HTML tags.
|
62 |
# description = ""
|
63 |
|
64 |
-
default_expand_messages =
|
65 |
|
66 |
# Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".
|
67 |
-
|
68 |
|
69 |
|
70 |
# Link to your github repo. This will add a github button in the UI's header.
|
|
|
41 |
|
42 |
|
43 |
image = "./public/daysoff_brag(2_2).jpg"
|
44 |
+
#custom_css = "/public/styles.css"
|
45 |
|
46 |
+
#custom_js = "/public/retro-terminal.js"
|
47 |
|
48 |
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
49 |
|
|
|
61 |
# --used for HTML tags.
|
62 |
# description = ""
|
63 |
|
64 |
+
default_expand_messages = false
|
65 |
|
66 |
# Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".
|
67 |
+
hide_cot = true
|
68 |
|
69 |
|
70 |
# Link to your github repo. This will add a github button in the UI's header.
|