datacipen commited on
Commit
fe09c3e
1 Parent(s): aa14661

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +11 -6
.chainlit/config.toml CHANGED
@@ -17,25 +17,30 @@ cache = false
17
  [features]
18
  # Show the prompt playground
19
  prompt_playground = true
20
-
 
21
  # Authorize users to upload files with messages
22
- multi_modal = false
 
 
 
 
23
 
24
  # Allows user to use speech to text
25
  [features.speech_to_text]
26
  enabled = false
27
  # See all languages here https://github.com/JamesBrill/react-speech-recognition/blob/HEAD/docs/API.md#language-string
28
  # language = "en-US"
29
-
30
  [UI]
31
  # Name of the app and chatbot.
32
- name = "COPILOT"
33
 
34
  # Show the readme while the conversation is empty.
35
  show_readme_as_default = true
36
 
37
  # Description of the app and chatbot. This is used for HTML tags.
38
- # description = "COPILOT"
39
 
40
  # Large size content are by default collapsed for a cleaner ui
41
  default_collapse_content = true
@@ -77,4 +82,4 @@ custom_css = "/public/stylesheet.css"
77
 
78
 
79
  [meta]
80
- generated_by = "0.7.603"
 
17
  [features]
18
  # Show the prompt playground
19
  prompt_playground = true
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.
37
+ name = "Datapcc Chain"
38
 
39
  # Show the readme while the conversation is empty.
40
  show_readme_as_default = true
41
 
42
  # Description of the app and chatbot. This is used for HTML tags.
43
+ # description = "Datapcc Chain"
44
 
45
  # Large size content are by default collapsed for a cleaner ui
46
  default_collapse_content = true
 
82
 
83
 
84
  [meta]
85
+ generated_by = "0.7.603"