Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/k11q/cligpt
- Owner: k11q
- Created: 2023-04-03T02:33:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-06T13:45:07.000Z (over 1 year ago)
- Last Synced: 2024-08-02T23:24:40.523Z (3 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`