0.1.3 • Published 2 years ago

customai v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago