From e64b15996be4cd6e1b56f9b3f53f69da0ce96aa5 Mon Sep 17 00:00:00 2001 From: SuInk Date: Thu, 16 Feb 2023 01:46:02 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 28572bf..f6e3833 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # QQ-ChatGPT-Bot 实现openai qq对话功能,原生跨平台 +## 如何使用 +1. 下载[go-cqhttp](https://github.com/Mrs4s/go-cqhttp/releases) +2. 下载[QQ-ChatGPT-Bot](https://github.com/SuInk/QQ-ChatGPT-Bot/releases) +### Windows +* 双击go-cqhttp可执行文件,按照提示登录QQ +* 双击QQ-ChatGPT-Bot可执行文件,将openai的api_key 填入`config.cfg`中,再次运行 +### Linux +```bash +./go-cqhttp* +# 按照提示操作,将本地登录过的`sesssion.token`复制进服务器,防止tx风控 +./QQ-ChatGPT* +# 在config.cfg填入openai的api_key +# 关掉窗口,运行: +nohup ./go-cqhttp* & +nohup ./QQ-ChatGPT* & +``` From 8b9540c4854007f1df97d83e85a57db555f88c07 Mon Sep 17 00:00:00 2001 From: SuInk Date: Thu, 16 Feb 2023 01:57:48 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6e3833..27a2447 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # QQ-ChatGPT-Bot 实现openai qq对话功能,原生跨平台 +![Screenshot_2023-02](https://s2.loli.net/2023/02/16/zJXgnOxRY1w4jZE.jpg) + ## 如何使用 1. 下载[go-cqhttp](https://github.com/Mrs4s/go-cqhttp/releases) 2. 下载[QQ-ChatGPT-Bot](https://github.com/SuInk/QQ-ChatGPT-Bot/releases)