Closed zhangzhanhui closed 1 year ago
git pull
pip3 install -r requirements.txt
pip3 install -r requirements-optional.txt
简要说明、截图、复现步骤等,也可以是需求或想法
如题,本以为会返回当前2023.04.xx的日期,专门申请了谷歌查询的cse_id和api_key,查询也没有报错,但是结果却不对。不知道有没有真正进行搜索。
[INFO][2023-04-19 12:10:25][base.py:109] - 执行Tool: google-search中... [INFO][2023-04-19 12:10:25][bot.py:87] - 行动输入: 今天的日期 [INFO][2023-04-19 12:10:28][bot.py:87] - 行动输入: 今天是2021年11月17日。 [INFO][2023-04-19 12:10:29][wechat_channel.py:203] - [WX] sendMsg=Reply(type=TEXT, content=[AIbot] 今天是2021年11月17日。), receiver=@5c77b9d00ca54bde873cbc66fac22e96 [INFO][2023-04-19 12:11:15][base.py:109] - 执行Tool: google-search中... [INFO][2023-04-19 12:11:15][bot.py:87] - 行动输入: 今天的日期是多少 /home/jvs086/.local/lib/python3.9/site-packages/chatgpt_tool_hub/tools/web_requests/init.py:10: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup. soup = BeautifulSoup(html, "lxml") [INFO][2023-04-19 12:11:18][bot.py:87] - 行动输入: 今天是2021年11月17日。
[在此处粘贴终端日志, 可在主目录下`run.log`文件中找到]
python3 -V
pip3 -V
刚才用这个返回值正确了,不知道为啥。 $tool google-search "what day today"
但是j又不行了。 $tool google-search "how about the weather of Beijing today"
谷歌搜索怎么配置的?我配置了代理了,但是没走呢。
相关问题可反馈至 https://github.com/goldfishh/chatgpt-tool-hub
前置确认
git pull
拉取最新代码pip3 install -r requirements.txt
,检查依赖是否满足pip3 install -r requirements-optional.txt
,检查依赖是否满足问题描述
如题,本以为会返回当前2023.04.xx的日期,专门申请了谷歌查询的cse_id和api_key,查询也没有报错,但是结果却不对。不知道有没有真正进行搜索。
终端日志 (如有报错)
[INFO][2023-04-19 12:10:25][base.py:109] - 执行Tool: google-search中... [INFO][2023-04-19 12:10:25][bot.py:87] - 行动输入: 今天的日期 [INFO][2023-04-19 12:10:28][bot.py:87] - 行动输入: 今天是2021年11月17日。 [INFO][2023-04-19 12:10:29][wechat_channel.py:203] - [WX] sendMsg=Reply(type=TEXT, content=[AIbot] 今天是2021年11月17日。), receiver=@5c77b9d00ca54bde873cbc66fac22e96 [INFO][2023-04-19 12:11:15][base.py:109] - 执行Tool: google-search中... [INFO][2023-04-19 12:11:15][bot.py:87] - 行动输入: 今天的日期是多少 /home/jvs086/.local/lib/python3.9/site-packages/chatgpt_tool_hub/tools/web_requests/init.py:10: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup. soup = BeautifulSoup(html, "lxml") [INFO][2023-04-19 12:11:18][bot.py:87] - 行动输入: 今天是2021年11月17日。
环境
python3 -V
):pip3 -V
):