0.2.2 • Published 1 year ago

@yonashailug/chatgpt-cli v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

chatgpt-cli

Interactive command line tool to access Chatgpt's feature

You can easily access chatgpt features from your terminal

Demo

Usage

I recommend installing the tool globally, so that you can make use of it no matter where you are, but you can take out -g flag if you want to use it in particular work instead:

npm i -g @yonashailug/chatgpt-cli

Note: You may need to run sudo before this command sudo npm i -g @yonashailug/chatgpt-cli

Then, to kick off the tool, type:

chatgpt-cli

You will be guided through prompts

To use different model types you can pass the model type to end of the script

chatgpt-cli -m model-id-2 or chatgpt-cli --model model-id-2, the default model is text-davinci-003

Configuration

To use chatgpt's feature require api key to be generated and can be generated here and when you run this npm package it will prompt to enter api key and save it.

To enter api key in case of expire or miss typing, please use the command below chatgpt-cli -k

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago