Juank0621 commited on
Commit
5e52622
·
verified ·
1 Parent(s): 00c07a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
48
 
49
 
50
  final_answer = FinalAnswerTool()
51
- model = HfApiModel(
 
52
  max_tokens=1024,
53
  temperature=0.5,
54
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
 
48
 
49
 
50
  final_answer = FinalAnswerTool()
51
+
52
+ model = HfApiModel(
53
  max_tokens=1024,
54
  temperature=0.5,
55
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',