zhayujie / chatgpt-on-wechat

基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择GPT3.5/GPT-4o/GPT-o1/ Claude/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Claude/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
https://docs.link-ai.tech/cow
MIT License
31k stars 8.09k forks source link

tool插件用谷歌查询日期却返回2021.11.17日 #900

Closed zhangzhanhui closed 1 year ago

zhangzhanhui commented 1 year ago

前置确认

  1. 网络能够访问openai接口
  2. python 已安装:版本在 3.7 ~ 3.10 之间
  3. git pull 拉取最新代码
  4. 执行pip3 install -r requirements.txt,检查依赖是否满足
  5. 拓展功能请执行pip3 install -r requirements-optional.txt,检查依赖是否满足
  6. 在已有 issue 中未搜索到类似问题
  7. FAQS 中无类似问题

问题描述

简要说明、截图、复现步骤等,也可以是需求或想法

如题,本以为会返回当前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`文件中找到]

环境

zhangzhanhui commented 1 year ago

刚才用这个返回值正确了,不知道为啥。 $tool google-search "what day today"

但是j又不行了。 $tool google-search "how about the weather of Beijing today"

xionghaizhi commented 1 year ago

谷歌搜索怎么配置的?我配置了代理了,但是没走呢。 image

lanvent commented 1 year ago

相关问题可反馈至 https://github.com/goldfishh/chatgpt-tool-hub