agentzero07 commited on
Commit
eb67b1a
·
verified ·
1 Parent(s): 1ce9e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.