You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The script allows the use of all other OpenAI models with the `completions` endp
7
7
8
8
## Features
9
9
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
11
11
-[Generate images](#commands) from a text prompt
12
12
- View your [chat history](#commands)
13
13
-[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
117
117
118
118
### Use the official ChatGPT model
119
119
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`
0 commit comments