Skip to content

Commit fee7eff

Browse files
authored
Update README.md
1 parent a09bcf3 commit fee7eff

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
![shell](https://user-images.githubusercontent.com/99351112/207697723-a3fabc0b-f067-4f83-96fd-1f7225a0bb38.svg)
21

3-
✨Join the new [Discord server](https://discord.gg/fwfYAZWKqu) and start contributing to this project!✨
2+
![shell](https://user-images.githubusercontent.com/99351112/207697723-a3fabc0b-f067-4f83-96fd-1f7225a0bb38.svg)
3+
<div align="center">
4+
<p>
45

5-
# chatGPT-shell-cli
6+
✨Join the new <a href="https://discord.gg/fwfYAZWKqu">Discord server</a> and start contributing to this project!✨</p>
7+
8+
9+
<h1>chatGPT-shell-cli</h1>
610

711
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.
8-
The script allows the use of all other OpenAI models with the `completions` endpoint and the `images/generations` endpoint for generating images.
12+
The script supports the use of all other OpenAI models with the `completions` endpoint and the `images/generations` endpoint for generating images.
13+
</div>
914

1015
## Features
1116

0 commit comments

Comments
 (0)