Skip to content

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.

License

ayo-ajayi/chitchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChitChat

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

Installation

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.

Getting Started

To use ChitChat, simply run the following command to see the available options:

chitchat -h
 
chitchat help

Author

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages