kylegospo/chatGPT-shell-cli
Project ID: 88885
Description
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.
See further usage instructions on the official GitHub repository
Installation Instructions
Firstly add the Copr repository to your system:
sudo dnf copr enable kylegospo/chatGPT-shell-cli
After adding the repository, install chatgpt-shell-cli
:
sudo dnf install chatgpt-shell-cli
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 8 | x86_64 (26)* | EPEL 8 (101 downloads) |
EPEL 9 | x86_64 (37)* | EPEL 9 (115 downloads) |
Fedora 38 | x86_64 (2446)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (3171)* | Fedora 39 (1532 downloads) |
Fedora 40 | x86_64 (138)* | Fedora 40 (139 downloads) |
Fedora 41 | x86_64 (26)* | Fedora 41 (33 downloads) |
Fedora rawhide | x86_64 (23)* | Fedora rawhide (89 downloads) |
openSUSE Leap 15.4 | x86_64 (10)* | openSUSE Leap 15.4 (0 downloads) |
openSUSE Tumbleweed | x86_64 (18)* | openSUSE Tumbleweed (121 downloads) |
Rhel 8 | x86_64 (8)* | Rhel 8 (99 downloads) |
Rhel 9 | x86_64 (14)* | Rhel 9 (92 downloads) |
* Total number of downloaded packages.