xg220 commited on
Commit
5973b48
·
verified ·
1 Parent(s): 201f1b2

Update app.py

Browse files

fixed name mismatch

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ agent = CodeAgent(
66
  final_answer,
67
  image_generation_tool,
68
  get_current_time_in_timezone, # even though it's decorated
69
- my_custom_tool # same here
70
  ],
71
  max_steps=6,
72
  verbosity_level=1,
 
66
  final_answer,
67
  image_generation_tool,
68
  get_current_time_in_timezone, # even though it's decorated
69
+ random_normal_draws # same here
70
  ],
71
  max_steps=6,
72
  verbosity_level=1,