Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byebyebruce/wx_chatgptbot
基于chatgpt的wx聊天机器人
https://github.com/byebyebruce/wx_chatgptbot
bot chatbot chatgpt openai wechat wx
Last synced: about 5 hours ago
JSON representation
基于chatgpt的wx聊天机器人
- Host: GitHub
- URL: https://github.com/byebyebruce/wx_chatgptbot
- Owner: byebyebruce
- Created: 2022-12-11T09:22:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:48:22.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T17:49:56.686Z (5 months ago)
- Topics: bot, chatbot, chatgpt, openai, wechat, wx
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 基于chatgpt的微信聊天机器人
## 前置准备
* 获取chatgpt api key
## 快速使用
1. 安装`go install github.com/byebyebruce/wx_chatgptbot@latest`
2. 运行 `wx_chatgptbot --api_key=${YOU_KEY}`
3. 扫码登陆
4. 找别人给你发送消息 `/gpt 如何才能成为世界首富`## 感谢
* [https://github.com/PullRequestInc/go-gpt3](https://github.com/PullRequestInc/go-gpt3)
* [https://github.com/eatmoreapple/openwechat](https://github.com/eatmoreapple/openwechat)## TODO
- [ ] 自己发的消息触发回复
- [ ] 聊天上下文