sanzy-chatgptv2
v1.0.0
Published
Free Module Chat Gpt Scraper from Random Website
Maintainers
Readme
Install
> npm i sanzy-chatgptv2Usage
const { generate } = require("sanzy-chatgptv2")Example
(async () => {
const ai = generate(text)
console.log(ai)
})