s56hds3n commited on
Commit
cf3da26
·
verified ·
1 Parent(s): 8b0b7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -56,8 +56,6 @@ with open("prompts.yaml", 'r') as stream:
56
  agent = CodeAgent(
57
  model=model,
58
  tools=[
59
- my_custom_tool,
60
- get_current_time_in_timezone,
61
  final_answer,
62
  image_generation_tool,
63
  DuckDuckGoSearchTool
 
56
  agent = CodeAgent(
57
  model=model,
58
  tools=[
 
 
59
  final_answer,
60
  image_generation_tool,
61
  DuckDuckGoSearchTool