mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 17:38:36 +00:00
(Community): DuckDuckGoSearchAPIWrapper
backend changed from api
to auto
(#28961)
- **Description:** `DuckDuckGoSearchAPIWrapper` default value for backend has been changed to avoid User Warning - **Issue:** #28957
This commit is contained in:
parent
273b2fe81e
commit
0e74757b0a
@ -28,9 +28,9 @@ class DuckDuckGoSearchAPIWrapper(BaseModel):
|
||||
Options: d, w, m, y
|
||||
"""
|
||||
max_results: int = 5
|
||||
backend: str = "api"
|
||||
backend: str = "auto"
|
||||
"""
|
||||
Options: api, html, lite
|
||||
Options: auto, html, lite
|
||||
"""
|
||||
source: str = "text"
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user