pulkitme
commited on
Commit
·
c9a7ee3
1
Parent(s):
9fe98c0
simple smolagent with duck duck go search tool
Browse files
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,
|
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"))
|