1.0.6 • Published 1 year ago

gpt-hl v1.0.6

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

This is a chatgpt helper for those who like to work only from the terminal and don't want to switch to a browser.

Complete the dependencies:

npm i gpt-hl

Create a run.js file and add you openai API_KEY

const { Search } = require('gpt-hl');

const gpt = new Search('your openai API_Key')
gpt.run();

Run file from terminal

node run.js

Now you can use terminal for chatting with chatGPT

Alt Text

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago