1
mirror of https://github.com/cocktailpeanut/dalai synced 2024-11-25 09:27:20 +01:00
dalai/demo/install.js
cocktailpeanut 38a3eca656 init
2023-03-12 16:06:51 -04:00

6 lines
94 B
JavaScript

const L = require("../index")
const l = new L();
(async () => {
await l.install("7B")
})();