Scraper web chat-gpt online Install > npm i sanzy-chatgptv2 Usage const { generate } = require("sanzy-chatgptv2") Example (async () => { const ai = generate(text) console.log(ai) })