CLI application for interacting with ChatGPT. Checkout the documentation for more information.
You will need to have your own OpenAI apikey.
The first time you use the chat function it will prompt you for your key if one was not found. The key will be encrypted and stored in a text file on your machine.
npm i -g gpt-term
gpt-term chat --engine gpt-3.5-turbo --temperature 0.5 --max-tokens 2048
gpt-term removekey
npx gpt-term chat --engine gpt-3.5-turbo --temperature 0.5 --max-tokens 2048
npx
downloads gpt-term
to it's cache, to remove it run
rm -r ~/.npm/_npx/*/node_modules/gpt-term