ChitChat is a command-line conversational AI tool that allows you to use openai gpt models from the comfort of your terminal. You can work with latest models switching between several of them convieniently. You can also save your conversations and history for later use. Built with Cobra
Ensure you have Go installed and $GOBIN in your $PATH variable then run the following commands:
mv path/to/.chitchat.yaml ~/
go install github.com/ayo-ajayi/chitchat@latest
chitchat -v
Run CLI using a .chitchat.yaml file that is not in the home directory:
chitchat --config path/to/.chitchat.yaml
The template for the .chitchat.yaml file can be found here
Also ensure that you have redis running on your machine or on the cloud for storage.
To use ChitChat, simply run the following command to see the available options:
chitchat -h
chitchat help