adilos1 commited on
Commit
115b640
·
verified ·
1 Parent(s): a9aeea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import requests
6
  import pandas as pd
7
 
8
  from smolagents import LiteLLMModel, CodeAgent, DuckDuckGoSearchTool
9
- from gaia_tools import ReverseTextTool, RunPythonFileTool, download_server
10
 
11
  # System prompt for the agent
12
  SYSTEM_PROMPT = """You are a general AI assistant. I will ask you a question.
 
6
  import pandas as pd
7
 
8
  from smolagents import LiteLLMModel, CodeAgent, DuckDuckGoSearchTool
9
+ from tools import ReverseTextTool, RunPythonFileTool, download_server
10
 
11
  # System prompt for the agent
12
  SYSTEM_PROMPT = """You are a general AI assistant. I will ask you a question.