gpt-term
v1.0.2
Published
Run ChatGpt in your terminal.
Downloads
31
Readme
GPT-Term
CLI application for interacting with ChatGPT. Checkout the documentation for more information.
Usage
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
Removing your API Key
gpt-term removekey
Using with npx
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