基于ChatGPT开发的企业微信应用机器人
4.4K
A BizWechat Bot that integrates with OpenAI's ChatGPT to provide answers. Ready to use with minimal configuration required. Based on acheong08/ChatGPT
基于 acheong08/ChatGPT 开发的企业微信聊天机器人
如希望体验该机器人,需加入“3DS电影”企业,请发送邮件到[email protected]申请(该邮箱不处理其他事务)
/reset command / 发送 /reset 来重置对话Token, EncodingAESKey, CorpID, SECRET, agent_id 等参数)services:
chatgpt:
image: sheepgreen/chatgpt-wework
# environment:
# - CHATGPT_BASE_URL=上面说的ChatGPT代理地址,不填默认使用作者的地址,可能存在请求频率等限制
volumes:
- ./config.yaml:/wx-chatbot/config.yaml
ports:
- "8868:8868"
restart: always
the bot url is http(s)://host:port/chat
git clone https://github.com/slippersheepig/chatgpt-bizwechat-bot.git
cd chatgpt-bizwechat-bot
cd src && pip install -r requirements.txt
config.yaml under src folder, it has two section, one for BizWechatBot, one for ChatGPTwx-bot:
Token:
EncodingAESKey:
CorpID:
SECRET:
agent_id:
chatgpt:
access_token: 粘贴上方获取的access token,无需引号包含
python main.py
the bot url is http(s)://host:port/chat
This is a personal project and is not affiliated with OpenAI in any way.
Content type
Image
Digest
sha256:7d33e63a6…
Size
105.6 MB
Last updated
about 3 years ago
docker pull sheepgreen/chatgpt-wework