Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ def DuckDuckGoSearchTool(query: str) -> str:
|
|
26 |
final_answer = FinalAnswerTool()
|
27 |
|
28 |
model = HfApiModel(
|
29 |
-
max_tokens=
|
30 |
-
temperature=
|
31 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
32 |
custom_role_conversions=None,
|
33 |
)
|
|
|
26 |
final_answer = FinalAnswerTool()
|
27 |
|
28 |
model = HfApiModel(
|
29 |
+
max_tokens=10000,
|
30 |
+
temperature=1,
|
31 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
32 |
custom_role_conversions=None,
|
33 |
)
|