datacipen commited on
Commit
8881f5d
·
verified ·
1 Parent(s): 9bdc739

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +5 -5
.chainlit/config.toml CHANGED
@@ -20,7 +20,7 @@ allow_origins = ["*"]
20
 
21
  [features]
22
  # Show the prompt playground
23
- prompt_playground = true
24
 
25
  # Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript)
26
  unsafe_allow_html = true
@@ -56,14 +56,14 @@ auto_tag_thread = true
56
  # Name of the assistant.
57
  name = "Assistant Reviewstream"
58
 
59
- show_readme_as_default = false
60
 
61
  # Description of the assistant. This is used for HTML tags.
62
  # description = ""
63
 
64
  # Large size content are by default collapsed for a cleaner ui
65
- default_collapse_content = true
66
- default_expand_messages = true
67
  # Hide the chain of thought details from the user in the UI.
68
  hide_cot = false
69
 
@@ -120,4 +120,4 @@ custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&d
120
  #secondary = "#BDBDBD"
121
 
122
  [meta]
123
- generated_by = "1.1.202"
 
20
 
21
  [features]
22
  # Show the prompt playground
23
+ #prompt_playground = true
24
 
25
  # Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript)
26
  unsafe_allow_html = true
 
56
  # Name of the assistant.
57
  name = "Assistant Reviewstream"
58
 
59
+ #show_readme_as_default = false
60
 
61
  # Description of the assistant. This is used for HTML tags.
62
  # description = ""
63
 
64
  # Large size content are by default collapsed for a cleaner ui
65
+ default_collapse_content = false
66
+ #default_expand_messages = true
67
  # Hide the chain of thought details from the user in the UI.
68
  hide_cot = false
69
 
 
120
  #secondary = "#BDBDBD"
121
 
122
  [meta]
123
+ generated_by = "1.1.301"