Skip to content

Commit 192a672

Browse files
authored
Update README.md
1 parent b9cd547 commit 192a672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# chatGPT-shell-cli
44

5-
A simple, lightweight shell script to use OpenAI's chatGPT and DALL-E from the terminal without installing python or node.js. The script uses the official ChatGPT model `gpt-3.5-turbo` with the OpenAI API endpoint `/chat/completions`.
5+
A simple, lightweight shell script to use OpenAI's chatGPT and DALL-E from the terminal without installing python or node.js. The script uses the official ChatGPT model `gpt-3.5-turbo` with the OpenAI API endpoint `/chat/completions`. You can also use the new `gpt-4` model, if you have access.
66
The script allows the use of all other OpenAI models with the `completions` endpoint and the `images/generations` endpoint for generating images.
77

88
## Features

0 commit comments

Comments
 (0)