lam-ho commited on
Commit
f47c3fe
·
verified ·
1 Parent(s): 5cf6531

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -1,7 +1,7 @@
1
  from smolagents import HfApiModel, CodeAgent, DuckDuckGoSearchTool, WikipediaSearchTool, Tool, LiteLLMModel
2
  from langchain_tavily import TavilySearch
3
  from langchain_community.document_loaders import WikipediaLoader, ArxivLoader
4
- import os, time, math, pandas, numpy, Pillow
5
 
6
 
7
  class add(Tool):
 
1
  from smolagents import HfApiModel, CodeAgent, DuckDuckGoSearchTool, WikipediaSearchTool, Tool, LiteLLMModel
2
  from langchain_tavily import TavilySearch
3
  from langchain_community.document_loaders import WikipediaLoader, ArxivLoader
4
+ import os, time, math, pandas, numpy, pillow
5
 
6
 
7
  class add(Tool):