mnavas commited on
Commit
43ed82c
·
verified ·
1 Parent(s): d6f35db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ class BasicAgent:
17
  def __init__(self):
18
  model = HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct") #, provider="together")
19
  self.agent = CodeAgent(
20
- tools=[GoogleSearchTool()]#, PythonREPLTool()],
21
  model=model,
22
  add_base_tools=True, # Add any additional base tools
23
  max_steps=15,
 
17
  def __init__(self):
18
  model = HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct") #, provider="together")
19
  self.agent = CodeAgent(
20
+ tools=[GoogleSearchTool()], #, PythonREPLTool()],
21
  model=model,
22
  add_base_tools=True, # Add any additional base tools
23
  max_steps=15,