misc/chatgpt-shell-cli - The NetBSD Packages Collection

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.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

www/curl devel/jq misc/xdg-utils shells/bash

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0aarch64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0aarch64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0aarch64ebchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0aarch64ebchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0alphachatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0earmv6hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0earmv6hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0earmv6hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0earmv7hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0earmv7hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0earmv7hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0i386chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0i386chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0powerpcchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0sparcchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0x86_64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 10.0x86_64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 8.0i386chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 8.0powerpcchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 8.0powerpcchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 8.0x86_64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 8.0x86_64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0aarch64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0aarch64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0aarch64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0alphachatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0earmv6hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0earmv6hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0earmv6hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0earmv7hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0earmv7hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0earmv7hfchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0i386chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0i386chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0powerpcchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0powerpcchatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0x86_64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.0x86_64chatgpt-shell-cli-0.0.20230516.tgz
NetBSD 9.3x86_64chatgpt-shell-cli-0.0.20230516.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.