mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 00:49:25 +00:00
searx: remove duplicate param (#1219)
Co-authored-by: blob42 <spike@w530>
This commit is contained in:
parent
4e43b0efe9
commit
424e71705d
@ -179,7 +179,7 @@ _EXTRA_OPTIONAL_TOOLS = {
|
||||
"bing-search": (_get_bing_search, ["bing_subscription_key", "bing_search_url"]),
|
||||
"google-serper": (_get_google_serper, ["serper_api_key"]),
|
||||
"serpapi": (_get_serpapi, ["serpapi_api_key", "aiosession"]),
|
||||
"searx-search": (_get_searx_search, ["searx_host", "searx_host"]),
|
||||
"searx-search": (_get_searx_search, ["searx_host"]),
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user