mirror of
https://github.com/0xacx/chatGPT-shell-cli.git
synced 2024-11-24 11:25:31 +00:00
1.1 KiB
1.1 KiB
chatGPT-shell-cli
A simple, lightweight shell script to use OpenAI's chatgpt from the terminal without installing python or node.js.
The script uses the completion
endpoint and the text-davinci-003
model.
Getting Started
Prerequisites
This script relies on curl for the requests to the api and jq to parse the json response.
- curl
brew install curl
- jq
brew install jq
- An OpenAI API key. Create an account and get a free API Key at OpenAI
Installation
To install, run this in your terminal and provide your OpenAI API key when asked.
curl -sS https://raw.githubusercontent.com/0xacx/chatGPT-shell-cli/main/install.sh | sudo -E bash
Usage
Run the script by using the chatgpt
command anywhere.