?️ Chatty: Your ChatGPT companion in the terminal

Ask ChatGPT anything directly from your terminal!

Installation

Currently, chatty can only be installed using Mint ?:

mint install polpielladev/chatty-cli@main

Usage

Chatty communicates with the OpenAI API to make use of the ChatGPT model. The first time you use the chatty, you will need to give it an API token using the auth command:

chatty auth

? This token will be safely stored in the OSX Keychain and will only be read when needed. Chatty will only know the value of the token for during its execution.

If chatty has already been given a token, you can start a conversation by running chat command:

# Call chatty and use the default command (which is chat)
chatty

# Call chatty explicitly with the chat command
chatty chat

GitHub

View Github