Update .chainlit/config.toml
Browse files- .chainlit/config.toml +2 -2
.chainlit/config.toml
CHANGED
@@ -33,7 +33,7 @@ auto_tag_thread = true
|
|
33 |
|
34 |
# Authorize users to spontaneously upload files with messages
|
35 |
[features.spontaneous_file_upload]
|
36 |
-
enabled =
|
37 |
accept = ["*/*"]
|
38 |
max_files = 20
|
39 |
max_size_mb = 500
|
@@ -54,7 +54,7 @@ auto_tag_thread = true
|
|
54 |
|
55 |
[UI]
|
56 |
# Name of the assistant.
|
57 |
-
name = "
|
58 |
|
59 |
show_readme_as_default = false
|
60 |
|
|
|
33 |
|
34 |
# Authorize users to spontaneously upload files with messages
|
35 |
[features.spontaneous_file_upload]
|
36 |
+
enabled = false
|
37 |
accept = ["*/*"]
|
38 |
max_files = 20
|
39 |
max_size_mb = 500
|
|
|
54 |
|
55 |
[UI]
|
56 |
# Name of the assistant.
|
57 |
+
name = "EVENTIA"
|
58 |
|
59 |
show_readme_as_default = false
|
60 |
|