1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/misc/chatgpt-shell-cli/pkg-descr
Nicola Vitale f746aec404
misc/chatgpt-shell-cli: Add new port
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.

https://github.com/0xacx/chatGPT-shell-cli
2023-04-18 15:29:11 +02:00

8 lines
434 B
Plaintext

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.