From bd819bcee762138abc3276d775023652f8d833ac Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 4 Mar 2023 04:32:49 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/legacy/readme.md b/legacy/readme.md index 78de6691..7505cd5f 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -69,7 +69,7 @@ We now provide three ways of accessing the unofficial ChatGPT API, all of which **Note**: I recommend that you use either `ChatGPTAPI` or `ChatGPTUnofficialProxyAPI`. -1. `ChatGPTAPI` - Uses `text-davinci-003` to mimic ChatGPT via the official OpenAI completions API (most robust approach, but it's not free and doesn't use a model fine-tuned for chat) +1. `ChatGPTAPI` - (Used to use) `text-davinci-003` to mimic ChatGPT via the official OpenAI completions API (most robust approach, but it's not free and doesn't use a model fine-tuned for chat) 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) 3. `ChatGPTAPIBrowser` - (_deprecated_; v3.5.1 of this package) Uses Puppeteer to access the official ChatGPT webapp (uses the real ChatGPT, but very flaky, heavyweight, and error prone) @@ -129,8 +129,6 @@ npx chatgpt "your prompt here" By default, the response is streamed to stdout, the results are stored in a local config file, and every invocation starts a new conversation. You can use `-c` to continue the previous conversation and `--no-stream` to disable streaming. -Under the hood, the CLI uses `ChatGPTAPI` with `text-davinci-003` to mimic ChatGPT. - ``` Usage: $ chatgpt