From 861858a030eff78a90d17814d3373136e6b5f7fa Mon Sep 17 00:00:00 2001 From: Rock Chin Date: Sun, 11 Dec 2022 14:00:36 +0800 Subject: [PATCH] =?UTF-8?q?doc(README.md):=20=E6=9B=B4=E6=96=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E7=9B=B8=E5=85=B3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7451c22c..4b2a63f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # QChatGPT 通过调用OpenAI GPT-3模型提供的Completion API来实现一个更加智能的QQ机器人 +使用SQLite储存会话内容,保证回复内容符合上下文 已部署的测试机器人QQ: 960164003 交流群、答疑群: 204785790 无需云服务器,在个人电脑上即可部署 @@ -9,7 +10,6 @@ - [Mirai](https://github.com/mamoe/mirai) 高效率 QQ 机器人支持库 - [YiriMirai](https://github.com/YiriMiraiProject/YiriMirai) 一个轻量级、低耦合的基于 mirai-api-http 的 Python SDK。 -- PyMySQL MySQL驱动 - [OpenAI API](https://openai.com/api/) OpenAI API ## 项目结构 @@ -42,11 +42,7 @@ 按照[此教程](https://yiri-mirai.wybxc.cc/tutorials/01/configuration)配置Mirai及YiriMirai -### 3. 配置MySQL数据库 - -安装MySQL数据库,创建数据库`qchatgpt` - -### 4. 配置此程序 +### 3. 配置主程序 1. 克隆此项目