RafaelAgreda commited on
Commit
fc1c2a1
·
verified ·
1 Parent(s): 9b92b42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -47,7 +47,6 @@ agent = CodeAgent(
47
  model=model,
48
  tools=[
49
  final_answer,
50
- get_audiobook_recommendation,
51
  get_current_time_in_timezone,
52
  image_generation_tool
53
  ],
 
47
  model=model,
48
  tools=[
49
  final_answer,
 
50
  get_current_time_in_timezone,
51
  image_generation_tool
52
  ],