mirror of
https://github.com/0xacx/chatGPT-shell-cli.git
synced 2024-11-24 11:25:31 +00:00
Merge branch 'main' of https://github.com/0xacx/chatgptcli
This commit is contained in:
commit
8f7e257b27
14
README.md
14
README.md
@ -1,11 +1,16 @@
|
||||
|
||||
![shell](https://user-images.githubusercontent.com/99351112/207697723-a3fabc0b-f067-4f83-96fd-1f7225a0bb38.svg)
|
||||
<div align="center">
|
||||
<p>
|
||||
|
||||
[Join Discord](https://discord.gg/fwfYAZWKqu)
|
||||
✨Join the new <a href="https://discord.gg/fwfYAZWKqu">Discord server</a> and start contributing to this project!✨</p>
|
||||
|
||||
# chatGPT-shell-cli
|
||||
|
||||
<h1>chatGPT-shell-cli</h1>
|
||||
|
||||
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.
|
||||
The script allows the use of all other OpenAI models with the `completions` endpoint and the `images/generations` endpoint for generating images.
|
||||
The script supports the use of all other OpenAI models with the `completions` endpoint and the `images/generations` endpoint for generating images.
|
||||
</div>
|
||||
|
||||
## Features
|
||||
|
||||
@ -162,4 +167,7 @@ Contributions are very welcome!
|
||||
|
||||
If you have ideas or need help to get started join the [Discord server](https://discord.gg/fwfYAZWKqu)
|
||||
|
||||
![Discord](https://img.shields.io/discord/1090696025162928158?label=Discord&style=for-the-badge)
|
||||
|
||||
|
||||
[![visitors](https://visitor-badge.glitch.me/badge?page_id=0xacx/chatGPT-shell-cli&left_color=black&right_color=red)](https://visitor-badge.glitch.me)
|
||||
|
Loading…
Reference in New Issue
Block a user