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
10 lines • 700 B
JavaScript
export const projectTemplates = [{
title: "Node + TypeScript",
name: "node-typescript",
description: "A Node.js project with TypeScript using vite-node, some ESLint configuration, basic setup with a selected model file, and a working example of a simple usage of node-llama-cpp with the model"
}, {
title: "Electron + TypeScript + React",
name: "electron-typescript-react",
description: "An Electron project with TypeScript and React using Vite-Electron, some ESLint configuration, basic setup with a selected model file, and a working example of a simple usage of node-llama-cpp with the model"
}];
//# sourceMappingURL=projectTemplates.js.map