We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chatgpt_tool_hub==0.5.0
pip install -r requirements.txt
{ "godcmd": { "password": "管理员认证", "enabled": true, "admin_users": [] }, "banwords": { "action": "replace", "enabled": true, "reply_filter": true, "reply_action": "ignore" }, "tool": { "tools": [ "python", "url-get", "terminal", "meteo", "google-search", "bing-search", "wikipedia", "wolfram-alpha", "news" ], "kwargs": { "enabled": true, "debug": false, "no_default": false, "model_name": "gpt-4-0613", "google_api_key": "xxxx-xxx", "google_cse_id": "xxx", "bing_subscription_key": "xxxxxx", "wolfram_alpha_appid": "EYA46X-xxxxxx", "top_k_results": 2, "news_api_key": "xxx" } }, "linkai": { "group_app_map": { "测试群1": "default", "测试群2": "Kv2fXJcH" }, "midjourney": { "enabled": true, "auto_translate": true, "img_proxy": true, "max_tasks": 3, "max_tasks_per_user": 1, "use_image_create_prefix": true }, "summary": { "enabled": true, "group_enabled": true, "max_file_size": 5000, "type": ["FILE", "SHARING"] } } }
1. 使用必应搜索出现:No good Bing Search Result was found 2. 查询信息时出现: 受think_depth限制,系统强制终止了LLM-OS
[替换我]
[INFO][2024-04-03 16:56:35][wechat_channel.py:214] - [WX] sendMsg=Reply(type=TEXT, content=很抱歉,我在尝试使用Terminal工具来查看你的用户目录下有哪些文件时遇到了问题。我尝试了两次执行'ls ~'命令,但是都没有成功,可能是因为命令的格式不正确。我建议你检查命令的格式,然后再试一次。), receiver=@72244f1a4aaeb3dde3a0b6669f35cd1e1e993efd98e1a0978a50376cf710200b [INFO][2024-04-03 16:57:49][wechat_channel.py:214] - [WX] sendMsg=Reply(type=TEXT, content=No good Bing Search Result was found), receiver=@72244f1a4aaeb3dde3a0b6669f35cd1e1e993efd98e1a0978a50376cf710200b [INFO][2024-04-03 17:03:31][wechat_channel.py:214] - [WX] sendMsg=Reply(type=TEXT, content=很抱歉,我没有找到电影《夏洛特烦恼》在豆瓣上的评分。你可以直接在豆瓣网站上搜索这部电影的评分。), receiver=@72244f1a4aaeb3dde3a0b6669f35cd1e1e993efd98e1a0978a50376cf710200b [INFO][2024-04-03 17:13:44][wechat_channel.py:214] - [WX] sendMsg=Reply(type=TEXT, content=受think_depth限制,系统强制终止了LLM-OS), receiver=@72244f1a4aaeb3dde3a0b6669f35cd1e1e993efd98e1a0978a50376cf710200b [INFO][2024-04-03 17:18:49][wechat_channel.py:214] - [WX] sendMsg=Reply(type=TEXT, content=受think_depth限制,系统强制终止了LLM-OS), receiver=@72244f1a4aaeb3dde3a0b6669f35cd1e1e993efd98e1a0978a50376cf710200b [INFO][2024-04-03 17:24:11][wechat_channel.py:214] - [WX] sendMsg=Reply(type=TEXT, content=很抱歉,我没有找到好的早报新闻结果。你可以尝试在其他新闻网站上搜索。), receiver=@72244f1a4aaeb3dde3a0b6669f35cd1e1e993efd98e1a0978a50376cf710200b
python -V
pip -V
The text was updated successfully, but these errors were encountered:
No branches or pull requests
前置确认
1. 网络能够访问openai接口
2. chatgpt-on-wechat项目里插件,版本如下
chatgpt_tool_hub==0.5.0
3. 执行
pip install -r requirements.txt
,检查依赖是否满足4. 在已有 issue 中未搜索到类似问题
5. 注意,提issue前请确认用本项目test.py(参考README.md 快速开始配置)重试一次你的问题是否能复现
问题描述
环境
python -V
): 3.9pip -V
):24.0The text was updated successfully, but these errors were encountered: