Skip to content

Commit d117a73

Browse files
authored
Update README.md
1 parent 0a35161 commit d117a73

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The script allows the use of all other OpenAI models with the `completions` endp
77

88
## Features
99

10-
- [Chat](#use-the-official-chatgpt-model) with the just released [official ChatGPT API](https://openai.com/blog/introducing-chatgpt-and-whisper-apis) ✨ from the terminal
10+
- [Chat](#use-the-official-chatgpt-model) with the ✨ [official ChatGPT API](https://openai.com/blog/introducing-chatgpt-and-whisper-apis) ✨ from the terminal
1111
- [Generate images](#commands) from a text prompt
1212
- View your [chat history](#commands)
1313
- [Chat context](#chat-context), GPT remembers previous chat questions and answers
@@ -117,7 +117,10 @@ This script relies on curl for the requests to the api and jq to parse the json
117117

118118
### Use the official ChatGPT model
119119

120-
- ✨ You can use the `gpt-3.5-turbo` model by starting the script with `--chat-completion` or `-cc` i.e. `chatgpt -cc`
120+
- ✨ The model that ChatGPT web uses is `gpt-3.5-turbo` which is the model that is set by default when starting the script.
121+
122+
### Use GPT4
123+
- If you have access to GPT4 model you can use it by setting the model to `gpt-4`, i.e. `chatgpt --model gpt-4`
121124

122125
### Set request parameters
123126

0 commit comments

Comments
 (0)