Go to file
2023-01-07 20:08:09 +02:00
chatgpt.sh is it a typo, if no one notices? 2023-01-07 20:08:09 +02:00
install.sh Update link to new repo name 2022-12-16 13:22:28 +02:00
README.md Update README.md 2022-12-16 13:25:45 +02:00

shell

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.

Screenshot 2022-12-15 at 17 20 15

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.