Spaces:
Starting
Starting
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import requests
|
|
6 |
import pandas as pd
|
7 |
|
8 |
from smolagents import LiteLLMModel, CodeAgent, DuckDuckGoSearchTool
|
9 |
-
from
|
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.
|