Skip to content

CesiumLabs/cathy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cathy.js

Simple chatbot package based on simple ML.

Installing

npm install cathy.js

Features

  • No api key required
  • fast
  • simple
  • easy
  • Machine Learning

It wont save messages, you have to save it on your own :)

Getting Started

const Cathy = require("cathy.js");
const cathy = new Cathy();

Chatting

const message = cathy.chat("hello");
console.log(message);

Discord Server

https://discord.gg/2SUybzb

Releases

No releases published

Packages

No packages published