From 607fccfc5af459e395503b1c47e1540a0629b33a 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 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4284bdc..0a9ff66 100644 --- a/readme.md +++ b/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: