Spaces:
Sleeping
Sleeping
Merge branch #agents-course/First_agent_template' into 'mhattingpete/First_agent_template'
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ final_answer = FinalAnswerTool()
|
|
96 |
model = HfApiModel(
|
97 |
max_tokens=2096,
|
98 |
temperature=0.5,
|
99 |
-
model_id='
|
100 |
custom_role_conversions=None,
|
101 |
)
|
102 |
|
|
|
96 |
model = HfApiModel(
|
97 |
max_tokens=2096,
|
98 |
temperature=0.5,
|
99 |
+
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
100 |
custom_role_conversions=None,
|
101 |
)
|
102 |
|