Spaces:
Sleeping
Sleeping
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +26 -11
.chainlit/config.toml
CHANGED
@@ -11,10 +11,10 @@ public = true
|
|
11 |
# local will create a database in your .chainlit directory (requires node.js installed).
|
12 |
# cloud will use the Chainlit cloud database.
|
13 |
# custom will load use your custom client.
|
14 |
-
|
15 |
|
16 |
# Whether to enable telemetry (default: true). No personal data is collected.
|
17 |
-
enable_telemetry =
|
18 |
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
user_env = []
|
@@ -22,14 +22,22 @@ user_env = []
|
|
22 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
23 |
session_timeout = 3600
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
[UI]
|
26 |
# Name of the app and chatbot.
|
27 |
-
name = "
|
28 |
|
29 |
# Description of the app and chatbot. This is used for HTML tags.
|
30 |
# description = ""
|
31 |
|
32 |
# The default value for the expand messages settings.
|
|
|
33 |
default_expand_messages = false
|
34 |
|
35 |
# Hide the chain of thought details from the user in the UI.
|
@@ -48,16 +56,23 @@ hide_cot = false
|
|
48 |
#dark = "#980039"
|
49 |
#light = "#FFE7EB"
|
50 |
|
51 |
-
# Override default MUI dark theme. (Check theme.ts)
|
52 |
[UI.theme.dark]
|
53 |
-
|
54 |
-
|
|
|
55 |
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
[meta]
|
63 |
-
generated_by = "0.
|
|
|
|
11 |
# local will create a database in your .chainlit directory (requires node.js installed).
|
12 |
# cloud will use the Chainlit cloud database.
|
13 |
# custom will load use your custom client.
|
14 |
+
#database = "local"
|
15 |
|
16 |
# Whether to enable telemetry (default: true). No personal data is collected.
|
17 |
+
enable_telemetry = false
|
18 |
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
user_env = []
|
|
|
22 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
23 |
session_timeout = 3600
|
24 |
|
25 |
+
[features]
|
26 |
+
unsafe_allow_html = true
|
27 |
+
latex = false
|
28 |
+
auto_tag_thread = true
|
29 |
+
edit_message = true
|
30 |
+
cookie_auth = true
|
31 |
+
|
32 |
[UI]
|
33 |
# Name of the app and chatbot.
|
34 |
+
name = "Daysoff CSA, booking"
|
35 |
|
36 |
# Description of the app and chatbot. This is used for HTML tags.
|
37 |
# description = ""
|
38 |
|
39 |
# The default value for the expand messages settings.
|
40 |
+
default_collapse_content = false
|
41 |
default_expand_messages = false
|
42 |
|
43 |
# Hide the chain of thought details from the user in the UI.
|
|
|
56 |
#dark = "#980039"
|
57 |
#light = "#FFE7EB"
|
58 |
|
|
|
59 |
[UI.theme.dark]
|
60 |
+
background = "#0A0A0A"
|
61 |
+
paper = "#1C1C1C"
|
62 |
+
text = "#E0E0E0"
|
63 |
|
64 |
+
[UI.theme.dark.primary]
|
65 |
+
main = "#3498DB"
|
66 |
+
dark = "#2980B9"
|
67 |
+
light = "#5DADE2"
|
68 |
+
|
69 |
+
[UI.theme.colors]
|
70 |
+
success = "#2ECC71"
|
71 |
+
error = "#E74C3C"
|
72 |
+
warning = "#F39C12"
|
73 |
+
info = "#3498DB"
|
74 |
|
75 |
|
76 |
[meta]
|
77 |
+
generated_by = "0.1.0.2.20.25"
|
78 |
+
|