mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 23:13:31 +00:00
Replace You with DDG in xml agent (#12504)
You requires an email to get an API key which IMO is too much friction. Duckduck go is free and easy to install.
This commit is contained in:
@@ -10,6 +10,7 @@ python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.322"
|
||||
anthropic = ">=0.5.0"
|
||||
langchainhub = ">=0.1.13"
|
||||
duckduckgo-search = "^3.8.3"
|
||||
|
||||
[tool.langserve]
|
||||
export_module = "xml_agent"
|
||||
@@ -17,4 +18,4 @@ export_attr = "agent_executor"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Reference in New Issue
Block a user