gpt-hl
v1.0.6
Published
chat GPT in linux terminal
Downloads
1
Maintainers
Readme
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