camparchimedes commited on
Commit
aac412b
·
verified ·
1 Parent(s): 62ea741

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +3 -4
.chainlit/config.toml CHANGED
@@ -3,6 +3,9 @@
3
  # If false, users will need to authenticate and be part of the project to use the app.
4
  public = true
5
 
 
 
 
6
  # The project ID (found on https://cloud.chainlit.io).
7
  # The project ID is required when public is set to false or when using the cloud database.
8
  #id = ""
@@ -74,10 +77,6 @@ hide_cot = false
74
  #dark = "#980039" # default
75
  #light = "#FFE7EB" # default
76
 
77
-
78
-
79
-
80
-
81
  [meta]
82
  generated_by = "0.6.2"
83
 
 
3
  # If false, users will need to authenticate and be part of the project to use the app.
4
  public = true
5
 
6
+ [run]
7
+ transports = ["websocket"] # Force WebSocket transport
8
+
9
  # The project ID (found on https://cloud.chainlit.io).
10
  # The project ID is required when public is set to false or when using the cloud database.
11
  #id = ""
 
77
  #dark = "#980039" # default
78
  #light = "#FFE7EB" # default
79
 
 
 
 
 
80
  [meta]
81
  generated_by = "0.6.2"
82