ospeek commited on
Commit
9fbf2e6
·
verified ·
1 Parent(s): cf82ebe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def division_tool(a: float, b: float) -> float:
43
  return a / b
44
 
45
  final_answer = FinalAnswerTool()
46
- model = HfApiModel(
47
  max_tokens=2096,
48
  temperature=0.5,
49
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
 
43
  return a / b
44
 
45
  final_answer = FinalAnswerTool()
46
+ model = HfApiModel(
47
  max_tokens=2096,
48
  temperature=0.5,
49
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',