Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ Always return your final result in the format:
|
|
317 |
parse_excel_to_json, video_transcription_tool,
|
318 |
arxiv_search_tool,
|
319 |
doc_qa_tool, image_qa_tool,
|
320 |
-
translation_tool, python_tool
|
321 |
code_llama_tool # 🔧 Add here
|
322 |
],
|
323 |
add_base_tools=True
|
|
|
317 |
parse_excel_to_json, video_transcription_tool,
|
318 |
arxiv_search_tool,
|
319 |
doc_qa_tool, image_qa_tool,
|
320 |
+
translation_tool, python_tool,
|
321 |
code_llama_tool # 🔧 Add here
|
322 |
],
|
323 |
add_base_tools=True
|