Subject: CVS commit: pkgsrc/misc/chatgpt-shell-cli
From: Amitai Schleier
Date: 2023-04-20 20:40:28
Message id: 20230420184028.5B457FA85@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.1addpkgsrc/misc/chatgpt-shell-cli/DESCR
1.1addpkgsrc/misc/chatgpt-shell-cli/Makefile
1.1addpkgsrc/misc/chatgpt-shell-cli/PLIST
1.1addpkgsrc/misc/chatgpt-shell-cli/distinfo