2MoOn24mOoN4 commited on
Commit
05c0f6e
·
verified ·
1 Parent(s): 1b3d5c5

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -1,5 +1,5 @@
1
  import json
2
- from smolagents import CodeAgent, DuckDuckGoSearchTool, VisitWebpageTool, tool
3
 
4
  #========Tools========#
5
  @tool
 
1
  import json
2
+ from smolagents import CodeAgent, DuckDuckGoSearchTool, VisitWebpageTool, tool, InferenceClientModel
3
 
4
  #========Tools========#
5
  @tool