Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ final_answer = FinalAnswerTool()
|
|
| 12 |
|
| 13 |
# Initialize model
|
| 14 |
model = HfApiModel(
|
| 15 |
-
max_tokens=
|
| 16 |
temperature=0.5,
|
| 17 |
model_id='Qwen/Qwen2.5-Coder-1.5B-Instruct', # it is possible that this model may be overloaded
|
| 18 |
custom_role_conversions=None,
|
|
|
|
| 12 |
|
| 13 |
# Initialize model
|
| 14 |
model = HfApiModel(
|
| 15 |
+
max_tokens=1000,
|
| 16 |
temperature=0.5,
|
| 17 |
model_id='Qwen/Qwen2.5-Coder-1.5B-Instruct', # it is possible that this model may be overloaded
|
| 18 |
custom_role_conversions=None,
|