xenchai commited on
Commit
6e2d3a9
·
verified ·
1 Parent(s): e2a6949

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
24
 
25
 
26
  final_answer = FinalAnswerTool()
27
- model = HfApiModel(
28
  max_tokens=2096,
29
  temperature=0.5,
30
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
 
24
 
25
 
26
  final_answer = FinalAnswerTool()
27
+ model = HfApiModel(
28
  max_tokens=2096,
29
  temperature=0.5,
30
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',