shabawak commited on
Commit
dcd9b35
·
verified ·
1 Parent(s): 24b0f37

added time_alive function

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ with open("prompts.yaml", 'r') as stream:
114
 
115
  agent = CodeAgent(
116
  model=model,
117
- tools=[final_answer, image_generation_tool, get_current_time_in_timezone, DuckDuckGoSearchTool(), time_alive()], ## add your tools here (don't remove final answer)
118
  max_steps=6,
119
  verbosity_level=1,
120
  grammar=None,
 
114
 
115
  agent = CodeAgent(
116
  model=model,
117
+ tools=[final_answer, image_generation_tool, get_current_time_in_timezone, DuckDuckGoSearchTool(), time_alive], ## add your tools here (don't remove final answer)
118
  max_steps=6,
119
  verbosity_level=1,
120
  grammar=None,