gpt-term

1.0.2 • Public • Published

GitHub Workflow Status (with event) npm GitHub codecov

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

Readme

Keywords

Package Sidebar

Install

npm i gpt-term

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

7.89 kB

Total Files

4

Last publish

Collaborators

  • jonwatkins