Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def get_current_time_in_timezone(timezone:str)->str:
|
|
| 21 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 22 |
|
| 23 |
final_answer = FinalAnswerTool()
|
| 24 |
-
|
| 25 |
max_tokens=2096,
|
| 26 |
temperature=0.5,
|
| 27 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
|
|
|
| 21 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 22 |
|
| 23 |
final_answer = FinalAnswerTool()
|
| 24 |
+
model = InferenceClientModel(
|
| 25 |
max_tokens=2096,
|
| 26 |
temperature=0.5,
|
| 27 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|