Yago Bolivar
commited on
Commit
·
4c786e0
1
Parent(s):
19fdfb4
fix: update TODO list to re-add chess tool and image processing tasks
Browse files
TODO.md
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
- check chess tool
|
2 |
-
- For Image Files (.png): An OCR (Optical Character Recognition) or vision reasoning tool.
|
3 |
- For Python Code Files (.py): A safe code interpreter that can execute code in a sandboxed environment.
|
4 |
- define the rest of the tools
|
5 |
- get GAIA answers specifitacion
|
@@ -9,5 +7,7 @@
|
|
9 |
- check gpt4 all as test model
|
10 |
x For Spreadsheet Files (.xlsx): A spreadsheet parsing tool (like the pandas library).
|
11 |
x For Audio Files (.mp3): A speech-to-text tool. -> speech_to_text.py
|
|
|
|
|
12 |
x find a way to evaluate the performance of the agent -> now we have a dataset with answers
|
13 |
x what model will it be tested with? -> DEFAULT_API_URL in app.py
|
|
|
|
|
|
|
1 |
- For Python Code Files (.py): A safe code interpreter that can execute code in a sandboxed environment.
|
2 |
- define the rest of the tools
|
3 |
- get GAIA answers specifitacion
|
|
|
7 |
- check gpt4 all as test model
|
8 |
x For Spreadsheet Files (.xlsx): A spreadsheet parsing tool (like the pandas library).
|
9 |
x For Audio Files (.mp3): A speech-to-text tool. -> speech_to_text.py
|
10 |
+
x check chess tool
|
11 |
+
x For Image Files (.png): An OCR (Optical Character Recognition) or vision reasoning tool.
|
12 |
x find a way to evaluate the performance of the agent -> now we have a dataset with answers
|
13 |
x what model will it be tested with? -> DEFAULT_API_URL in app.py
|