dwb2023 commited on
Commit
dc1500b
β€’
1 Parent(s): 377fc59

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +6 -6
.chainlit/config.toml CHANGED
@@ -28,7 +28,7 @@ unsafe_allow_html = false
28
  latex = false
29
 
30
  # Authorize users to upload files with messages
31
- multi_modal = true
32
 
33
  # Allows user to use speech to text
34
  [features.speech_to_text]
@@ -38,19 +38,19 @@ multi_modal = true
38
 
39
  [UI]
40
  # Name of the app and chatbot.
41
- name = "Chatbot"
42
 
43
  # Show the readme while the conversation is empty.
44
- show_readme_as_default = true
45
 
46
  # Description of the app and chatbot. This is used for HTML tags.
47
- # description = ""
48
 
49
  # Large size content are by default collapsed for a cleaner ui
50
- default_collapse_content = true
51
 
52
  # The default value for the expand messages settings.
53
- default_expand_messages = false
54
 
55
  # Hide the chain of thought details from the user in the UI.
56
  hide_cot = false
 
28
  latex = false
29
 
30
  # Authorize users to upload files with messages
31
+ multi_modal = false
32
 
33
  # Allows user to use speech to text
34
  [features.speech_to_text]
 
38
 
39
  [UI]
40
  # Name of the app and chatbot.
41
+ name = "AirBnB QA Chatbot"
42
 
43
  # Show the readme while the conversation is empty.
44
+ show_readme_as_default = false
45
 
46
  # Description of the app and chatbot. This is used for HTML tags.
47
+ # description = "AirBnB QA Bot"
48
 
49
  # Large size content are by default collapsed for a cleaner ui
50
+ default_collapse_content = false
51
 
52
  # The default value for the expand messages settings.
53
+ default_expand_messages = true
54
 
55
  # Hide the chain of thought details from the user in the UI.
56
  hide_cot = false