Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import requests
|
|
| 4 |
import pandas as pd
|
| 5 |
|
| 6 |
from smolagents import LiteLLMModel, CodeAgent, DuckDuckGoSearchTool
|
| 7 |
-
from gaia_tools import ReverseTextTool, RunPythonFileTool, download_server
|
| 8 |
|
| 9 |
# System prompt for the agent
|
| 10 |
SYSTEM_PROMPT = """You are a general AI assistant. I will ask you a question.
|
|
|
|
| 4 |
import pandas as pd
|
| 5 |
|
| 6 |
from smolagents import LiteLLMModel, CodeAgent, DuckDuckGoSearchTool
|
| 7 |
+
from gaia_tools import ReverseTextTool, RunPythonFileTool, download_server, WikipediaSearchTool, YouTubeVideoAnalysisTool, ExcelFileParserTool
|
| 8 |
|
| 9 |
# System prompt for the agent
|
| 10 |
SYSTEM_PROMPT = """You are a general AI assistant. I will ask you a question.
|