UNPKG

node-llama-cpp

Version:

Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema on the model output on the generation level

7 lines 206 B
/** @internal */ import { _LlamaText } from "./utils/LlamaText.js"; /** @internal */ export * from "./index.js"; /** @internal */ export { _LlamaText as LlamaText }; //# sourceMappingURL=apiDocsIndex.js.map