Skip to content

Commit

Permalink
Merge pull request #3 from PlexPt/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lss233 authored Dec 6, 2022
2 parents 8bb02c1 + 28279ce commit 105fd2e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ This project uses [Ariadne](https://github.com/GraiaProject/Ariadne) and mirai-h

Reverse Engineered ChatGPT by OpenAI [here](https://github.com/acheong08/ChatGPT).

## 基于
- [Ariadne](https://github.com/GraiaProject/Ariadne)
- [mirai-http-api](https://github.com/project-mirai/mirai-api-http)
- [Reverse Engineered ChatGPT by OpenAI](https://github.com/acheong08/ChatGPT).
-
![Preview](.github/preview.png)

## Setup
Expand All @@ -26,3 +31,23 @@ python3 bot.py

5. Happy chating.

## 使用
1. 部署mirai,安装mirai-http-api 插件

2. 下载本项目:
```bash
git clone https://github.com/lss233/chatgpt-mirai-qq-bot
cd chatgpt-mirai-qq-bot
pip3 install -r requirements.txt
```

3. 配置
重命名 `config.example.json``config.json`, 更改里面的配置.
token获取教程 [here](https://github.com/acheong08/ChatGPT/wiki/Setup) to setup OpenAI credentials.

4. 启动 bot.
```
python3 bot.py
```

5. Happy chating.

0 comments on commit 105fd2e

Please sign in to comment.