From 5354f7569d7f08b2d9e1f5a77494d02c17d508fc Mon Sep 17 00:00:00 2001 From: keenborder786 <21110290@lums.edu.pk> Date: Mon, 30 Dec 2024 02:56:18 +0500 Subject: [PATCH] [chore]: backend default val changed to avoid user warnings --- .../langchain_community/utilities/duckduckgo_search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/community/langchain_community/utilities/duckduckgo_search.py b/libs/community/langchain_community/utilities/duckduckgo_search.py index ede5c12298710..328161e7cc277 100644 --- a/libs/community/langchain_community/utilities/duckduckgo_search.py +++ b/libs/community/langchain_community/utilities/duckduckgo_search.py @@ -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" """