datacipen commited on
Commit
da1a3b8
1 Parent(s): 0058ffa

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .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.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.
 
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.