Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
|
| 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,
|