包详细信息

ai-rizzpiww

rizzpiww2.1kISC1.0.2-beta

A powerful library for ai chat bot for install the package : npm i ai-rizzpiww

chatai, ai, chatbot, chatgpt

自述文件

How to install :

npm install ai-rizzpiw

How to use:

const { RizzPiwAI } = require('ai-rizzpiw');

const chat = new RizzPiwAI(); 

chat.question({
model: "turbo",

content:"Hai, Bagaimana Kabar Mu?"

}).then(response => {
console.log(response.reply);
});
.catch(err => {
console.error(err.message)
})