Spaces:
Sleeping
Sleeping
mchinea
commited on
Commit
·
eb88e41
1
Parent(s):
29284d7
update tools
Browse files
tools.py
CHANGED
@@ -402,13 +402,13 @@ level1_tools = [
|
|
402 |
modulus,
|
403 |
wikipedia_search,
|
404 |
web_search,
|
405 |
-
search_tool,
|
406 |
arvix_search,
|
407 |
convert_units,
|
408 |
query_table_data,
|
409 |
-
download_file_from_url,
|
410 |
save_and_read_file,
|
411 |
-
read_python_file,
|
412 |
-
extract_text_from_image,
|
413 |
transcribe_audio
|
414 |
]
|
|
|
402 |
modulus,
|
403 |
wikipedia_search,
|
404 |
web_search,
|
405 |
+
#search_tool,
|
406 |
arvix_search,
|
407 |
convert_units,
|
408 |
query_table_data,
|
409 |
+
#download_file_from_url,
|
410 |
save_and_read_file,
|
411 |
+
#read_python_file,
|
412 |
+
#extract_text_from_image,
|
413 |
transcribe_audio
|
414 |
]
|