Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ final_answer = FinalAnswerTool()
|
|
126 |
model = HfApiModel(
|
127 |
max_tokens=512,
|
128 |
temperature=0.5,
|
129 |
-
model_id='
|
130 |
custom_role_conversions=None,
|
131 |
)
|
132 |
|
|
|
126 |
model = HfApiModel(
|
127 |
max_tokens=512,
|
128 |
temperature=0.5,
|
129 |
+
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
130 |
custom_role_conversions=None,
|
131 |
)
|
132 |
|