From 872ac1cc6a34c82b433e7b362497f4262125d0f0 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 19 Feb 2023 06:28:47 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/readme.md b/legacy/readme.md index 4284bdc5..0a9ff663 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -102,9 +102,9 @@ export OPENAI_API_KEY="sk-TODO" npx chatgpt "your prompt here" ``` -By default, the response is streamed to stdout, and the results are stored in a local config file. You can use `-c` to continue the previous conversation and `--no-stream` to disable streaming. +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. -The CLI uses `ChatGPTAPI` with `text-davinci-003` under the hood to mimic ChatGPT. +Under the hood, the CLI uses `ChatGPTAPI` with `text-davinci-003` to mimic ChatGPT. ``` Usage: