1.0.2 • Published 9 months ago

gpt-term v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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
1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago