Spaces:
Sleeping
Sleeping
fix DuckDuckGo
Browse files
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
|