GuillaumeProjects commited on
Commit
9387515
·
verified ·
1 Parent(s): 3bfcfe3

Update app.py

Browse files

Corrected search_web tool

Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -46,8 +46,6 @@ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may
46
  custom_role_conversions=None,
47
  )
48
 
49
- search_web = DuckDuckGoSearchTool()
50
-
51
  # Import tool from Hub
52
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
53
 
 
46
  custom_role_conversions=None,
47
  )
48
 
 
 
49
  # Import tool from Hub
50
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
51