jeipollack commited on
Commit
fed7828
·
verified ·
1 Parent(s): c0cf2d8

Change the temperature to 0 in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
81
 
82
  model = HfApiModel(
83
  max_tokens=2096,
84
- temperature=0.5,
85
  model_id= model_id,# it is possible that this model may be overloaded
86
  custom_role_conversions=None,
87
  )
 
81
 
82
  model = HfApiModel(
83
  max_tokens=2096,
84
+ temperature=0.0,
85
  model_id= model_id,# it is possible that this model may be overloaded
86
  custom_role_conversions=None,
87
  )