HaiderAUT commited on
Commit
5dc704f
·
verified ·
1 Parent(s): bf3b94f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with open("prompts.yaml", 'r') as stream:
93
 
94
  agent = CodeAgent(
95
  model=model,
96
- tools=[final_answer,my_custom_tool,get_current_time_in_timezone,promote_chakwal], ## add your tools here (don't remove final answer)
97
  max_steps=6,
98
  verbosity_level=1,
99
  grammar=None,
 
93
 
94
  agent = CodeAgent(
95
  model=model,
96
+ tools=[final_answer,my_custom_tool,get_current_time_in_timezone], ## add your tools here (don't remove final answer)
97
  max_steps=6,
98
  verbosity_level=1,
99
  grammar=None,