melihuzunoglu commited on
Commit
d0631f0
·
verified ·
1 Parent(s): 9fe8dc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ agent = CodeAgent(
59
  search_tool, # Arama yapabilmesi için bu şart
60
  image_generation_tool, # Resim yapabilmesi için
61
  get_current_time_in_timezone, # Zamanı söyleyebilmesi için
62
- my_custom_tool # Kendi yaptığın araç], ## add your tools here (don't remove final answer)
 
63
  max_steps=6,
64
  verbosity_level=1,
65
  grammar=None,
 
59
  search_tool, # Arama yapabilmesi için bu şart
60
  image_generation_tool, # Resim yapabilmesi için
61
  get_current_time_in_timezone, # Zamanı söyleyebilmesi için
62
+ my_custom_tool
63
+ ],
64
  max_steps=6,
65
  verbosity_level=1,
66
  grammar=None,