ChatGPT近期以强大的对话和信息整合能力风靡全网,可以写代码、改论文、讲故事,几乎无所不能
10K+
ChatGPT近期以强大的对话和信息整合能力风靡全网,可以写代码、改论文、讲故事,几乎无所不能,这让人不禁有个大胆的想法,能否用他的对话模型把我们的微信打造成一个智能机器人,可以在与好友对话中给出意想不到的回应,而且再也不用担心女朋友影响我们 打游戏 工作了。
教程:https://gitcode.net/mirrors/zhayujie/chatgpt-on-wechat?utm_source=csdn_github_accelerator
镜像已解决扫码登录超时问题
docker run -d --name=chatgpt \
--net=host \
-v 你的config.json路径:/chatgpt-on-wechat/config.json \
thsrite/chatgpt:latest
配置文件
config.json
{
"open_ai_api_key": "自行申请",
"single_chat_prefix": ["bot", "@bot"],
"single_chat_reply_prefix": "",
"group_chat_prefix": ["@bot"],
"group_name_white_list": ["机器人群", "聊天群"],
"image_create_prefix": ["画", "看", "找"]
}
Content type
Image
Digest
sha256:56e9bb09a…
Size
57.8 MB
Last updated
over 3 years ago
docker pull thsrite/chatgpt