Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k11q/cligpt

ChatGPT in your terminal!
https://github.com/k11q/cligpt

Last synced: 19 days ago
JSON representation

ChatGPT in your terminal!

Awesome Lists containing this project

README

        

# CLI GPT
ChatGPT in your terminal!

# Features
- Chat - Chat with it!
- Memory - It remembers your message!

## Installation
1. Clone the repo
2. Create `.env` file or remove the `.example` from `.env.example` Get openAI API key, and paste in inside
3. Run `npm install`

## Getting started
1. Run `npm start`
2. It will wait for your prompt message, type a message in the CLI!
3. To quit, type `quit` or exit program with `CTRL+C`