Get GPT-like chatGPT on your terminal
You need an LLM API key to use this package:
Install TerminalGPT globally:
npm install -g terminalgpt
or
yarn global add terminalgpt
Start a chat:
tgpt chat
On first run, you'll be prompted to enter your OpenAI API key.
Delete all conversations:
tgpt delete
Note: npx terminalgpt
runs the package without installation.
Please refer to CONTRIBUTING.md for details on how to contribute to this project.