zhayujie / chatgpt-on-wechat

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

docker compose拉取最新镜像部署卡顿,获取二维码很慢 #1874

Closed lmy668 closed 1 month ago

lmy668 commented 4 months ago

前置确认

⚠️ 搜索issues中是否已存在类似问题

操作系统类型?

Windows Subsystem for Linux (WSL)

运行的python版本是?

python 3.7

使用的chatgpt-on-wechat版本是?

Latest Release

运行的channel类型是?

wx(个人微信, itchat)

复现步骤 🕹

1、按照readme,选择docker-compose部署镜像 2、启动应用

问题描述 😯

1、加载这个卡死[tool] inited 2、finish inined获取qrcode

终端日志 📒

[DEBUG][2024-04-02 21:20:11][plugin.py:27] - loading plugin config, plugin_name=linkai, conf={'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']}}
[INFO][2024-04-02 21:20:11][linkai.py:33] - [LinkAI] inited, config={'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']}}
[DEBUG][2024-04-02 21:20:11][plugin.py:27] - loading plugin config, plugin_name=tool, conf={'tools': ['python', 'url-get', 'terminal', 'meteo-weather'], 'kwargs': {'top_k_results': 2, 'no_default': False, 'model_name': 'gpt-3.5-turbo'}}
[WARNING][2024-04-02 21:31:14][tool.py:234] - [tool] filter invalid tool: 'meteo-weather'
[INFO][2024-04-02 21:31:14][tool.py:28] - [tool] inited
6vision commented 4 months ago

测试了一下默认配置好像是没这个问题的,如果有修改配置,可以排查一下,或者关掉tool插件试试 image