OpenBMB / XAgent

An Autonomous LLM Agent for Complex Task Solving
https://blog.x-agent.net/blog/xagent/
Apache License 2.0
7.99k stars 821 forks source link

调用WebEnv_search_and_browse功能时会报连接超时错误 #265

Closed YinSonglin1997 closed 8 months ago

YinSonglin1997 commented 8 months ago

Issue Description / 问题描述

XAgent运行时调用WebEnv_search_and_browse功能会显示超时,但是调用WebEnv_browse_website功能成功。

Steps to Reproduce / 复现步骤

https://github.com/OpenBMB/XAgent/tree/main/XAgentGen

Expected Behavior / 预期行为

调用功能成功

Environment / 环境信息

Error Screenshots or Logs / 错误截图或日志

1701136033781

luyaxi commented 8 months ago

如果你的网络不能访问duckduckgo,请申请bing搜索api并使用bing搜索

YinSonglin1997 commented 8 months ago

如果你的网络不能访问duckduckgo,请申请bing搜索api并使用bing搜索

感谢您的回复,您可以详细讲一下具体在哪个位置进行修改bing搜索吗?

luyaxi commented 8 months ago

如果你的网络不能访问duckduckgo,请申请bing搜索api并使用bing搜索

感谢您的回复,您可以详细讲一下具体在哪个位置进行修改bing搜索吗?

将你的bing搜索api key填入assets/config/node.yml,并重启docker服务