Spaces:
Sleeping
Sleeping
Change the temperature to 0 in app.py
Browse files
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.
|
| 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 |
)
|