merl.ts
v1.0.5
Published
The terrible LLM on minecraft.net's support centre, now as a little library
Readme
merl.ts
The terrible LLM on minecraft.net's support centre, now as a little library
Usage
npm install merl.tsimport { Merl } from "merl.ts";
new Merl()
.init()
.then(merl => merl.ask(process.argv.slice(2).join(" ")))
.then(console.log);