1.0.3 • Published 2 years ago

nego.ai v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

🚀 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()