ArgaKhan commited on
Commit
9ae2a16
·
verified ·
1 Parent(s): 1f61437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -54,6 +54,7 @@ max_tokens=2096,
54
  temperature=0.5,
55
  model_id='microsoft/Phi-4-mini-instruct',# it is possible that this model may be overloaded
56
  custom_role_conversions=None,
 
57
  )
58
 
59
 
 
54
  temperature=0.5,
55
  model_id='microsoft/Phi-4-mini-instruct',# it is possible that this model may be overloaded
56
  custom_role_conversions=None,
57
+ stop=["<|end|>"],
58
  )
59
 
60