mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
[FEAT] Add native Baidu Search provider for Agent web browsing (#5388)
* feat: add native baidu search provider for agent web browsing * chore: address baidu search review feedback * refactor baiduSearch internal util to be locally scoped --------- Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
@@ -378,6 +378,9 @@ GID='1000'
|
||||
#------ Bing Search ----------- https://portal.azure.com/
|
||||
# AGENT_BING_SEARCH_API_KEY=
|
||||
|
||||
#------ Baidu Search ----------- https://cloud.baidu.com/doc/qianfan-api/s/Wmbq4z7e5
|
||||
# AGENT_BAIDU_SEARCH_API_KEY=
|
||||
|
||||
#------ Serply.io ----------- https://serply.io/
|
||||
# AGENT_SERPLY_API_KEY=
|
||||
|
||||
@@ -448,4 +451,4 @@ GID='1000'
|
||||
|
||||
# (optional) Comma-separated list of skills that are auto-approved.
|
||||
# This will allow the skill to be invoked without user interaction.
|
||||
# AGENT_AUTO_APPROVED_SKILLS=create-pdf-file,create-word-file
|
||||
# AGENT_AUTO_APPROVED_SKILLS=create-pdf-file,create-word-file
|
||||
|
||||
Reference in New Issue
Block a user