1.0.6 • Published 3 years ago

gpt-hl v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago