Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -6,7 +6,8 @@ import pandas as pd
|
|
| 6 |
from dotenv import load_dotenv
|
| 7 |
from smolagents import (CodeAgent, DuckDuckGoSearchTool, FinalAnswerTool,
|
| 8 |
LiteLLMModel, PythonInterpreterTool,
|
| 9 |
-
WikipediaSearchTool
|
|
|
|
| 10 |
from smolagents.tools import Tool
|
| 11 |
#from smolagents.clients import OpenAIClient
|
| 12 |
from tabulate import tabulate
|
|
|
|
| 6 |
from dotenv import load_dotenv
|
| 7 |
from smolagents import (CodeAgent, DuckDuckGoSearchTool, FinalAnswerTool,
|
| 8 |
LiteLLMModel, PythonInterpreterTool,
|
| 9 |
+
WikipediaSearchTool)
|
| 10 |
+
from smolagents.clients import OpenAIClient
|
| 11 |
from smolagents.tools import Tool
|
| 12 |
#from smolagents.clients import OpenAIClient
|
| 13 |
from tabulate import tabulate
|