nsarrazin HF staff commited on
Commit
a0946bb
1 Parent(s): 29f5c0c

Add load balancing strategy to readme (#1039)

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ license: apache-2.0
9
  base_path: /chat
10
  app_port: 3000
11
  failure_strategy: rollback
 
12
  ---
13
 
14
  # Chat UI
 
9
  base_path: /chat
10
  app_port: 3000
11
  failure_strategy: rollback
12
+ load_balancing_strategy: random
13
  ---
14
 
15
  # Chat UI