From 657720904d69b7ec1c012a8cdc202d0042e562db Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 1 Mar 2023 20:55:56 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 7d78060..f99d07d 100644 --- a/readme.md +++ b/readme.md @@ -40,13 +40,18 @@ The [official OpenAI chat completions API](https://platform.openai.com/docs/guid | `ChatGPTAPI` | ❌ No | ✅ Yes | ✅️ Real ChatGPT models | | `ChatGPTUnofficialProxyAPI` | ✅ Yes | ☑️ Maybe | ✅ Real ChatGPT | -**Note**: We strongly recommend using the official `ChatGPTAPI` since it uses officially supported APIs from OpenAI. We may remove support for `ChatGPTUnofficialProxyAPI` in a future release. +**Note**: We strongly recommend using `ChatGPTAPI` since it uses the officially supported API from OpenAI. We may remove support for `ChatGPTUnofficialProxyAPI` in a future release. 1. `ChatGPTAPI` - Uses the `gpt-3.5-turbo-0301` model with the official OpenAI chat completions API (official, robust approach, but it's not free) 2. `ChatGPTUnofficialProxyAPI` - Uses an unofficial proxy server to access ChatGPT's backend API in a way that circumvents Cloudflare (uses the real ChatGPT and is pretty lightweight, but relies on a third-party server and is rate-limited) +
+Previous Updates + +
+
Feb 19, 2023 @@ -66,11 +71,6 @@ We now provide three ways of accessing the unofficial ChatGPT API, all of which
-
-Previous Updates - -
-
Feb 5, 2023