Update .chainlit/config.toml
Browse files- .chainlit/config.toml +8 -9
.chainlit/config.toml
CHANGED
@@ -20,18 +20,17 @@ 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 |
-
sample_rate = 44100
|
35 |
auto_tag_thread = true
|
36 |
[UI]
|
37 |
# Name of the app and chatbot.
|
|
|
20 |
unsafe_allow_html = true
|
21 |
latex = false
|
22 |
# Authorize users to upload files with messages
|
23 |
+
[features.multi_modal]
|
24 |
+
enabled = false
|
25 |
accept = ["*/*"]
|
26 |
max_files = 20
|
27 |
max_size_mb = 500
|
28 |
+
|
29 |
+
# Allows user to use speech to text
|
30 |
+
[features.speech_to_text]
|
31 |
+
enabled = false
|
32 |
+
# See all languages here https://github.com/JamesBrill/react-speech-recognition/blob/HEAD/docs/API.md#language-string
|
33 |
+
# language = "en-US"
|
|
|
34 |
auto_tag_thread = true
|
35 |
[UI]
|
36 |
# Name of the app and chatbot.
|