nego.ai
v1.0.3
Published
Powerfull Fast Beatifull AI Module
Downloads
3
Maintainers
Readme
🚀 nego.ai
🗼 Fast & Powerfull & Beatifull
🕶 Installation
npm i nego.ai
💻 Usage
const ai = require("nego.ai");
async function create(){
let aidata = await ai("send me your invite link", {isCursedResponse:false})
//isCursedResponse The function is for not giving abusive reply or not.
console.log(aidata)
}
create()