Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|