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.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 10.0 | earmv6hf | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 10.0 | earmv7hf | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 8.0 | i386 | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 8.0 | powerpc | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 8.0 | x86_64 | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 9.0 | aarch64 | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 9.0 | earmv6hf | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 9.0 | earmv7hf | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 9.0 | i386 | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 9.0 | powerpc | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 9.0 | x86_64 | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 9.3 | x86_64 | chatgpt-shell-cli-0.0.20230516.tgz |
NetBSD 9.3 | x86_64 | chatgpt-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.
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.