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