pulkitme commited on
Commit
c9a7ee3
·
1 Parent(s): 9fe98c0

simple smolagent with duck duck go search tool

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