pulkitme commited on
Commit
059e32a
·
1 Parent(s): 9c9f63e

simple smolagent with duck duck go search tool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
6
  import time
7
  from google import genai
8
  from smolagents import Tool , CodeAgent, ToolCallingAgent, DuckDuckGoSearchTool, LiteLLMModel, PythonInterpreterTool, tool, DuckDuckGoSearchTool
9
- from langchain.agents import load_tools
10
 
11
 
12
  #client = genai.Client(api_key=os.getenv("API_KEY"))
 
6
  import time
7
  from google import genai
8
  from smolagents import Tool , CodeAgent, ToolCallingAgent, DuckDuckGoSearchTool, LiteLLMModel, PythonInterpreterTool, tool, DuckDuckGoSearchTool
9
+ #from langchain.agents import load_tools
10
 
11
 
12
  #client = genai.Client(api_key=os.getenv("API_KEY"))