From c70ea53d93c933eca1732b8498cdfdb0995d6611 Mon Sep 17 00:00:00 2001 From: linghaihui <75124771@qq.com> Date: Thu, 23 Mar 2023 10:53:42 +0800 Subject: [PATCH] Update README --- README.md | 2 +- wechatbot/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82e2fa2..527121a 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -本项目实现了[New Bing 聊天的接口](./new-bing),并做了一个简单的[小程序](./bingchat),同时将`chatGPT`和`New Bing`集成到[微信](./wechatbot)。 +本项目实现了[New Bing 聊天的接口](./new-bing),并做了一个简单的[小程序](./bingchat),同时将`ChatGPT`和`New Bing`集成到[微信](./wechatbot)。 diff --git a/wechatbot/README.md b/wechatbot/README.md index 7466030..ace9f51 100644 --- a/wechatbot/README.md +++ b/wechatbot/README.md @@ -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`,在此致谢! **⚠️ 有一定的几率导致被微信封号,请谨慎使用,由此导致的封号,本人概不负责**