1.0.0 • Published 7 months ago

bito v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

AI development

集成开发工作流的AISDK

import bito from "bito";

const ai = bito.ai({ model: "", apiKey: "" });

ai.train();

ai.predict();

const codes = ai.generate();
1.0.0

7 months ago