1.0.6 • Published 2 years ago

gpt-hl v1.0.6

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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago