pkgsrc/misc/chatgpt-shell-cli/DESCR
schmonz 05eabef536 Add chatgpt-shell-cli: Shell script to use OpenAI's ChatGPT and DALL-E
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 supports the use of all other OpenAI models with the
`completions` endpoint and the `images/generations` endpoint for
generating images.
2023-04-20 18:40:28 +00:00

9 lines
444 B
Text

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 supports the use of all other OpenAI models with the
`completions` endpoint and the `images/generations` endpoint for
generating images.