Liphos commited on
Commit
3acb368
·
verified ·
1 Parent(s): faaa070

fix DuckDuckGo

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ temperature=0.5,
45
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
46
  custom_role_conversions=None,
47
  )
 
48
 
49
 
50
  # Import tool from Hub
 
45
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
46
  custom_role_conversions=None,
47
  )
48
+ duckduckgo_tool = DuckDuckGoSearchTool()
49
 
50
 
51
  # Import tool from Hub