acharya-jyu commited on
Commit
2932cb7
·
1 Parent(s): 3211d1b

systematic push

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -55,9 +55,7 @@ with open("prompts.yaml", 'r') as stream:
55
 
56
  agent = CodeAgent(
57
  model=model,
58
- tools=[get_current_time_in_timezone,
59
- image_generation_tool,
60
- final_answer
61
  ], ## add your tools here (don't remove final answer)
62
  additional_authorized_imports=["datetime"],
63
  max_steps=6,
 
55
 
56
  agent = CodeAgent(
57
  model=model,
58
+ tools=[get_current_time_in_timezone
 
 
59
  ], ## add your tools here (don't remove final answer)
60
  additional_authorized_imports=["datetime"],
61
  max_steps=6,