From a130477ef34e4071be9cb6ffac4cf37d3745620a Mon Sep 17 00:00:00 2001 From: 0xacx <99351112+0xacx@users.noreply.github.com> Date: Thu, 16 Feb 2023 01:09:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b79d7af..153872f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ This script relies on curl for the requests to the api and jq to parse the json ### Chat context - - You can enable chat context mode for the model to remember your previous chat questions and responses. This way you can ask follow-up questions. To enable this mode start the script with `-c` or `--chat-context`. i.e. `chatgpt --chat-context` + - You can enable chat context mode for the model to remember your previous chat questions and answers. This way you can ask follow-up questions. To enable this mode start the script with `-c` or `--chat-context`. i.e. `chatgpt --chat-context` ### Set request parameters