umarigan commited on
Commit
a57f29c
·
verified ·
1 Parent(s): 2f4bb21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ time_tool = get_current_time_in_timezone
55
  agent = ToolCallingAgent(
56
  model=model,
57
  tools=[currency_tool, final_answer],
58
- max_steps=3,
59
  verbosity_level=1
60
  )
61
 
 
55
  agent = ToolCallingAgent(
56
  model=model,
57
  tools=[currency_tool, final_answer],
58
+ max_steps=1,
59
  verbosity_level=1
60
  )
61