ShieldX commited on
Commit
f500346
1 Parent(s): c15b189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def predict(message, history):
29
  generation_config = GenerationConfig(
30
  penalty_alpha=0.6,
31
  early_stopping=True,
32
- num_beams=4,
33
  do_sample=True,
34
  top_k=5,
35
  temperature=0.5,
 
29
  generation_config = GenerationConfig(
30
  penalty_alpha=0.6,
31
  early_stopping=True,
32
+ num_beams=2,
33
  do_sample=True,
34
  top_k=5,
35
  temperature=0.5,