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
29.85k stars 7.88k forks source link

用docker部署 yml改为企微配置 启动后不显示绑定9898日志,个人微信启动正常 #2245

Open lichengdu opened 4 weeks ago

lichengdu commented 4 weeks ago

前置确认

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

操作系统类型?

Linux

运行的python版本是?

python 3.7

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

Latest Release

运行的channel类型是?

wx(个人微信, itchat)

复现步骤 🕹

docker-compose.yml配置 剔除敏感信息 version: '2.0' services: chatgpt-on-wechat: image: zhayujie/chatgpt-on-wechat container_name: chatgpt-on-wechat security_opt:

然后使用docker-compose down 和docker-compose up -d 启动 查看docker BaiduShurufa_2024-8-16_11-57-29

查看日志 未打印绑定9898 BaiduShurufa_2024-8-16_11-54-34

问题描述 😯

BaiduShurufa_2024-8-16_11-54-34

终端日志 📒

日志如下
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: subscribe_msg=感谢您的关注!\n这里是ChatGPT,可以自由对话。\n支持语音对话。\n支持图片输入。\n支持图片输出,画字开头的消息将按要求创作图片。\n支持tool、角色扮演和文字冒险等丰富的插件。\n输入{trigger_prefix}#help 查看详细指令。
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: wechatcomapp_port=9898
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: linkai_api_key=
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: hot_reload=False
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: image_create_prefix=["画", "看", "找"]
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: conversation_max_tokens=1000
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: open_ai_api_base=http://xxxxx:3000/api/v1
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: expires_in_seconds=3600
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: model=gpt-3.5-turbo
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: use_linkai=False
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: wechatcomapp_secret=-xxx 
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: proxy=
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: channel_type=wechatcom_app
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: character_desc=你是ChatGPT, 一个由Snimay训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: linkai_app_code=
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: speech_recognition=False
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: wechatcom_corp_id=xxx
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: wechatcomapp_agent_id=xxx
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: wechatcomapp_aes_key=xx
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: use_global_plugin_config=True
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: wechatcomapp_token=xxx
[INFO][2024-08-16 03:11:37][config.py:282] - [INIT] override config by environ args: open_ai_api_key=xxxx
[INFO][2024-08-16 03:11:37][config.py:297] - [INIT] load config: {'channel_type': 'wechatcom_app', 'model': 'gpt-3.5-turbo', 'open_ai_api_key': 'fas*****K1v', 'claude_api_key': 'YOU*****KEY', 'text_to_image': 'dall-e-2', 'voice_to_text': 'openai', 'text_to_voice': 'openai', 'proxy': '', 'hot_reload': False, 'single_chat_prefix': ['bot', '@bot'], 'single_chat_reply_prefix': '[bot] ', 'group_chat_prefix': ['@bot'], 'group_name_white_list': ['ChatGPT测试群', 'ChatGPT测试群2'], 'image_create_prefix': ['画', '看', '找'], 'speech_recognition': False, 'group_speech_recognition': False, 'voice_reply_voice': False, 'conversation_max_tokens': 1000, 'expires_in_seconds': 3600, 'character_desc': '你是ChatGPT, 一个由训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。', 'temperature': 0.7, 'subscribe_msg': '感谢您的关注!\\n这里是ChatGPT,可以自由对话。\\n支持语音对话。\\n支持图片输入。\\n支持图片输出,画字开头的消息将按要求创作图片。\\n支持tool、角色扮演和文字冒险等丰富的插件。\\n输入{trigger_prefix}#help 查看详细指令。', 'use_linkai': False, 'linkai_api_key': '*****', 'linkai_app_code': '', 'wechatcomapp_port': 9898, 'open_ai_api_base': 'http://192.168.41.214:3000/api/v1', 'wechatcomapp_secret': '--Y*****Iwk', 'wechatcom_corp_id': 'wx0e56b24d954fd5a5', 'wechatcomapp_agent_id': 1000159, 'wechatcomapp_aes_key': 'awX*****SLR', 'use_global_plugin_config': True, 'wechatcomapp_token': 'xxx'}
[INFO][2024-08-16 03:11:37][config.py:223] - [Config] User datas file not found, ignore.
wx0e56b24d954fd5a5 --xxx 1000159 xxx xxx
[INFO][2024-08-16 03:11:38][wechatcomapp_channel.py:39] - [wechatcom] init: corp_id: xxxx, secret: xzxxxxx, agent_id: 1000159, token: xxxx, aes_key: xxxx
er.py:50] - Loading plugins config...
[INFO][2024-08-16 03:11:38][plugin_manager.py:88] - Scaning plugins ...
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin Banwords_v1.0 registered, path=./plugins/banwords
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin BDunit_v0.1 registered, path=./plugins/bdunit
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin Dungeon_v1.0 registered, path=./plugins/dungeon
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin Finish_v1.0 registered, path=./plugins/finish
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin Godcmd_v1.0 registered, path=./plugins/godcmd
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin Hello_v0.1 registered, path=./plugins/hello
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin Keyword_v0.1 registered, path=./plugins/keyword
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin linkai_v0.1.0 registered, path=./plugins/linkai
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin Role_v1.0 registered, path=./plugins/role
chatgpt-tool-hub version: 0.5.0
[INFO][2024-08-16 03:11:38][plugin_manager.py:41] - Plugin tool_v0.5 registered, path=./plugins/tool
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin GODCMD not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin KEYWORD not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin BANWORDS not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin LINKAI not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin TOOL not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin ROLE not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin DUNGEON not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin BDUNIT not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin HELLO not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][plugin_manager.py:123] - Plugin FINISH not found in pconfig, adding to pconfig...
[INFO][2024-08-16 03:11:38][godcmd.py:194] - [Godcmd] 因未设置口令,本次的临时口令为0764。
[INFO][2024-08-16 03:11:38][godcmd.py:210] - [Godcmd] inited
[INFO][2024-08-16 03:11:38][keyword.py:40] - [keyword] {}
[INFO][2024-08-16 03:11:38][keyword.py:42] - [keyword] inited.
[WARNING][2024-08-16 03:11:38][banwords.py:54] - [Banwords] init failed, ignore or see https://github.com/zhayujie/chatgpt-on-wechat/tree/master/plugins/banwords .
[WARNING][2024-08-16 03:11:38][plugin_manager.py:150] - Failed to init BANWORDS, diabled. [Errno 2] No such file or directory: '/app/plugins/banwords/banwords.txt'
[INFO][2024-08-16 03:11:38][linkai.py:35] - [LinkAI] inited, config={'group_app_map': {'测试群名1': 'default', '测试群名2': 'Kv2fXJcH'}, 'midjourney': {'enabled': False, 'auto_translate': True, 'img_proxy': True, 'max_tasks': 3, 'max_tasks_per_user': 1, 'use_image_create_prefix': True}, 'summary': {'enabled': False, 'group_enabled': True, 'max_file_size': 5000, 'type': ['FILE', 'SHARING']}}
[WARNING][2024-08-16 03:11:39][tool.py:27] - [tool] init failed, ignore 
[WARNING][2024-08-16 03:11:39][plugin_manager.py:150] - Failed to init TOOL, diabled. config.json not found
[INFO][2024-08-16 03:11:39][role.py:69] - [Role] inited
[INFO][2024-08-16 03:11:39][dungeon.py:56] - [Dungeon] inited
[WARNING][2024-08-16 03:11:39][bdunit.py:42] - [BDunit] init failed, ignore 
[WARNING][2024-08-16 03:11:39][plugin_manager.py:150] - Failed to init BDUNIT, diabled. config.json not found
[INFO][2024-08-16 03:11:39][hello.py:38] - [Hello] inited
[INFO][2024-08-16 03:11:39][finish.py:23] - [Finish] inited
后面就没有打印绑定0.0.0.0:9898
zhuzhuyule commented 4 weeks ago

同样没法使用企业微信 image 我启动后,没法连接页面。一直报这个错,已经配置了open_ai_api_base。 后台使用的 one-api

{
  "channel_type": "wechatcom_app",   
  "open_ai_api_key": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", 
  "open_ai_api_base": "https://xxxx.domain.cc/v1",
  "proxy": "",
  "model": "gpt-3.5-turbo", 
  "bot_type": "chatGPT",
  "wechatcom_corp_id": "",              
  "wechatcomapp_token": "xxxxxxxxxxxxxxx",             
  "wechatcomapp_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx",           
  "wechatcomapp_agent_id": "xxxxxxxxxxxxx",          
  "wechatcomapp_aes_key": "xxxxxxxxxxxxxxxxxxxxx",
  "wechatcomapp_port": 9898,
}
MisakiYuuo commented 1 week ago

docker拉取超时换了好多原都是如此