Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -114,11 +114,12 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
114 |
|
115 |
|
116 |
final_answer = FinalAnswerTool()
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
|
|
122 |
)
|
123 |
|
124 |
# Import tool from Hub
|
|
|
114 |
|
115 |
|
116 |
final_answer = FinalAnswerTool()
|
117 |
+
|
118 |
+
model = HfApiModel(
|
119 |
+
max_tokens=2096,
|
120 |
+
temperature=0.5,
|
121 |
+
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
122 |
+
custom_role_conversions=None,
|
123 |
)
|
124 |
|
125 |
# Import tool from Hub
|