opnsense-ports/misc/chatgpt-shell-cli/pkg-descr
Franco Fichtner 99ca6f1dbb */*: sync with upstream
Taken from: FreeBSD
2023-04-20 09:14:31 +02:00

7 lines
434 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.