palltaruo commited on
Commit
15cefb4
·
verified ·
1 Parent(s): 98d2f51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -32,8 +32,7 @@ agent = CodeAgent(
32
  model=model,
33
  tools=[
34
  visit_webpage,
35
- safe_webpage_visit,
36
- parse_recipe_ingredients,
37
  organize_shopping_list,
38
  extract_recipe_info,
39
  final_answer
 
32
  model=model,
33
  tools=[
34
  visit_webpage,
35
+ safe_webpage_visit,
 
36
  organize_shopping_list,
37
  extract_recipe_info,
38
  final_answer