Update README

This commit is contained in:
linghaihui 2023-03-23 10:53:42 +08:00
parent a3b0b8ce21
commit c70ea53d93
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
本项目实现了[New Bing 聊天的接口](./new-bing),并做了一个简单的[小程序](./bingchat),同时将`chatGPT`和`New Bing`集成到[微信](./wechatbot)。
本项目实现了[New Bing 聊天的接口](./new-bing),并做了一个简单的[小程序](./bingchat),同时将`ChatGPT`和`New Bing`集成到[微信](./wechatbot)。

View File

@ -1,5 +1,5 @@
# wechatbot
最近chatGPT异常火爆想到将其接入到个人微信是件比较有趣的事所以有了这个项目。项目基于[openwechat](https://github.com/eatmoreapple/openwechat)开发,支持chatGPT和New Bing[依赖于new-bing项目](../new-bing)
最近ChatGPT异常火爆想到将其接入到个人微信是件比较有趣的事所以有了这个项目。项目基于[openwechat](https://github.com/eatmoreapple/openwechat)开发,支持ChatGPT和New Bing[依赖于new-bing项目](../new-bing)
### 目前实现了以下功能
+ 群聊@回复
@ -7,7 +7,7 @@
+ 自动通过回复
# 注册openai
chatGPT注册可以参考[这里](https://juejin.cn/post/7173447848292253704)
ChatGPT注册可以参考[这里](https://juejin.cn/post/7173447848292253704)
# 安装使用
@ -26,6 +26,6 @@ go run main.go
```
本项目fork至[https://github.com/djun/wechatbot](https://github.com/djun/wechatbot),修改使之支持`chatGPT`和`New bing`,在此致谢!
本项目fork至[https://github.com/djun/wechatbot](https://github.com/djun/wechatbot),修改使之支持`ChatGPT`和`New bing`,在此致谢!
**⚠️ 有一定的几率导致被微信封号,请谨慎使用,由此导致的封号,本人概不负责**