Update README.md

This commit is contained in:
0xacx 2023-02-16 01:09:38 +02:00 committed by GitHub
parent a18d90a2bb
commit a130477ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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