AdamyaG commited on
Commit
6d1b79f
·
verified ·
1 Parent(s): bc19dd4

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -6,7 +6,7 @@ from smolagents import (
6
  ManagedAgent,
7
  DuckDuckGoSearchTool,
8
  LiteLLMModel,
9
- PythonInterpreterTool()
10
  )
11
  from groq import Groq
12
  import os
 
6
  ManagedAgent,
7
  DuckDuckGoSearchTool,
8
  LiteLLMModel,
9
+ PythonInterpreterTool
10
  )
11
  from groq import Groq
12
  import os