Update .chainlit/config.toml
Browse files- .chainlit/config.toml +9 -8
.chainlit/config.toml
CHANGED
@@ -20,17 +20,18 @@ prompt_playground = true
|
|
20 |
unsafe_allow_html = true
|
21 |
latex = false
|
22 |
# Authorize users to upload files with messages
|
23 |
-
[features.
|
24 |
-
enabled =
|
25 |
accept = ["*/*"]
|
26 |
max_files = 20
|
27 |
max_size_mb = 500
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
34 |
auto_tag_thread = true
|
35 |
[UI]
|
36 |
# Name of the app and chatbot.
|
|
|
20 |
unsafe_allow_html = true
|
21 |
latex = false
|
22 |
# Authorize users to upload files with messages
|
23 |
+
[features.spontaneous_file_upload]
|
24 |
+
enabled = true
|
25 |
accept = ["*/*"]
|
26 |
max_files = 20
|
27 |
max_size_mb = 500
|
28 |
+
[features.audio]
|
29 |
+
min_decibels = -45
|
30 |
+
initial_silence_timeout = 3000
|
31 |
+
silence_timeout = 1500
|
32 |
+
max_duration = 15000
|
33 |
+
chunk_duration = 1000
|
34 |
+
sample_rate = 44100
|
35 |
auto_tag_thread = true
|
36 |
[UI]
|
37 |
# Name of the app and chatbot.
|