From 5621d32b306eb3ba7811d8687b0f2ebd0aa53e79 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Sat, 18 Mar 2023 04:42:46 +0000 Subject: [PATCH] =?UTF-8?q?doc:=20GPT-4=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b989a8d8..bfe3e489 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # QChatGPT🤖 -> 2023/3/18 现已支持GPT-4 API(需要内测资格),请查看`config-template.py`中的`completion_api_params`的说明 +> 2023/3/18 现已支持GPT-4 API(内测),请查看`config-template.py`中的`completion_api_params` > 2023/3/15 逆向库已支持New Bing,使用方法查看[插件文档](https://github.com/RockChinQ/revLibs) > 2023/3/15 逆向库已支持GPT-4模型,使用方法查看[插件](https://github.com/RockChinQ/revLibs) > 2023/3/3 现已在主线支持官方ChatGPT接口,使用方法查看[#195](https://github.com/RockChinQ/QChatGPT/issues/195) @@ -18,9 +18,10 @@ ### 文字对话 - OpenAI GPT-3.5模型(ChatGPT API), 本项目原生支持, 默认使用 -- OpenAI GPT-3模型, 本项目原生支持, 部署完成后前往config.py切换 +- OpenAI GPT-3模型, 本项目原生支持, 部署完成后前往`config.py`切换 +- OpenAI GPT-4模型, 本项目原生支持, 目前需要您的账户通过OpenAI的内测申请, 请前往`config.py`切换 - ChatGPT网页版GPT-3.5模型, 由[插件](https://github.com/RockChinQ/revLibs)接入 -- ChatGPT网页版GPT-4模型, 由[插件](https://github.com/RockChinQ/revLibs)接入 +- ChatGPT网页版GPT-4模型, 目前需要ChatGPT Plus订阅, 由[插件](https://github.com/RockChinQ/revLibs)接入 - New Bing逆向库, 由[插件](https://github.com/RockChinQ/revLibs)接入 ### 故事续写