mirror of
https://github.com/cocktailpeanut/dalai
synced 2025-03-20 01:54:21 +01:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
![]() |
const L = require("../index")
|
||
|
const l = new L();
|
||
|
(async () => {
|
||
|
await l.install("7B")
|
||
|
})();
|