0.1.3 • Published 6 months ago

customai v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

CustomAI'ye Hoşgeldin!

Merhaba, Bu modül basit bir chat bot yapmanıza yardımcı olur.

npm i customai

Örnek :

const bot = require('customai');

bot.train("Merhaba!" , "Hey! Merhaba dostum nasılsın ?") // Öğretmek

bot.respond("Merhaba"); // Bota soru sorma

bot.untrain("Merhaba!" ,"Hey! Merhaba dostum nasılsın ?") // Öğrettiğimizi siler

bot.updateData("Merhaba!" ,"yeni merhana mesajı !") // Öğrettiğimizi siler

const queryResult = c.queryData("merhaba");
console.log(queryResult); // true - false

console.log(bot.loadData()); // Databaseyi gösterir

const responses = bot.getData("merhaba"); // İnput arraylarını çeker.

console.log(responses)

bot.saveData(); // Databaseyi saveler
0.1.3

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago