From a5ccda5ed6641e4f0ce12505a65ec11eeee00b3a Mon Sep 17 00:00:00 2001 From: Junyan Qin <1010553892@qq.com> Date: Fri, 1 Dec 2023 02:28:47 +0000 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=20NOTE=20=E5=92=8C=20?= =?UTF-8?q?WARNING=20=E7=9A=84=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++----- README_en.md | 2 +- res/docs/docker_deploy.md | 2 +- res/docs/docker_deployment.md | 4 ++-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0524b6d4..f99988cc 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ # QChatGPT - - - [![GitHub release (latest by date)](https://img.shields.io/github/v/release/RockChinQ/QChatGPT)](https://github.com/RockChinQ/QChatGPT/releases/latest) docker pull @@ -42,7 +39,7 @@ -> **NOTE** +> [!NOTE] > 2023/9/13 现已支持通过[One API](https://github.com/songquanpeng/one-api)接入 Azure、Anthropic Claude、Google PaLM 2、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问以及 360 智脑等模型,欢迎测试并反馈。 > 2023/8/29 [逆向库插件](https://github.com/RockChinQ/revLibs)已支持 gpt4free > 2023/8/14 [逆向库插件](https://github.com/RockChinQ/revLibs)已支持Claude和Bard @@ -197,7 +194,7 @@ -> **NOTE** +> [!NOTE] > - 部署过程中遇到任何问题,请先在[QChatGPT](https://github.com/RockChinQ/QChatGPT/issues)或[qcg-installer](https://github.com/RockChinQ/qcg-installer/issues)的issue里进行搜索 > - QChatGPT需要Python版本>=3.9 > - 官方群和社区群群号请见文档顶部 diff --git a/README_en.md b/README_en.md index 5ab6668d..58d2fc1c 100644 --- a/README_en.md +++ b/README_en.md @@ -49,7 +49,7 @@ English | [简体中文](README.md) Install this [plugin](https://github.com/RockChinQ/Switcher) to switch between different models. -## ✅Function Points +## ✅Features
Details diff --git a/res/docs/docker_deploy.md b/res/docs/docker_deploy.md index 0885e1ca..fb76fde8 100644 --- a/res/docs/docker_deploy.md +++ b/res/docs/docker_deploy.md @@ -1,5 +1,5 @@ -> **Warning** +> [!WARNING] > 此文档已过时,请查看[QChatGPT 容器化部署指南](docker_deployment.md) ## 操作步骤 diff --git a/res/docs/docker_deployment.md b/res/docs/docker_deployment.md index dfde2910..13420dfa 100644 --- a/res/docs/docker_deployment.md +++ b/res/docs/docker_deployment.md @@ -1,6 +1,6 @@ # QChatGPT 容器化部署指南 -> **Warning** +> [!WARNING] > 请您确保您**确实**需要 Docker 部署,您**必须**具有以下能力: > - 了解 `Docker` 和 `Docker Compose` 的使用 > - 了解容器间网络通信配置方式 @@ -15,7 +15,7 @@ QChatGPT 主程序需要连接`QQ登录框架`以与QQ通信,您可以选择 [Mirai](https://github.com/mamoe/mirai)(还需要配置mirai-api-http,请查看此仓库README中手动部署部分) 或 [go-cqhttp](https://github.com/Mrs4s/go-cqhttp),我们仅发布 QChatGPT主程序 的镜像,您需要自行配置QQ登录框架(可以参考[README.md](https://github.com/RockChinQ/QChatGPT#-%E9%85%8D%E7%BD%AEqq%E7%99%BB%E5%BD%95%E6%A1%86%E6%9E%B6)中的教程,或自行寻找其镜像)并在 QChatGPT 的配置文件中设置连接地址。 -> **Note** +> [!NOTE] > 请先确保 Docker 和 Docker Compose 已安装 ## 准备文件