oracool commited on
Commit
a5f1e19
·
verified ·
1 Parent(s): ef9300e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
38
  # 1. Instantiate Agent ( modify this part to create your agent)
39
  try:
40
  agent = ToolCallingAgent(
41
- tools=[DuckDuckGoSearchTool(), VisitWebpageTool(), WikipediaSearchTool()],
42
  model=model
43
  )
44
 
 
38
  # 1. Instantiate Agent ( modify this part to create your agent)
39
  try:
40
  agent = ToolCallingAgent(
41
+ tools=[DuckDuckGoSearchTool(), VisitWebpageTool()],#, WikipediaSearchTool()],
42
  model=model
43
  )
44