This template provides a minimal setup to get Node working with TypeScript and node-llama-cpp
, and some ESLint rules.
Install node modules and download the model files used by node-llama-cpp
:
npm install
Start the project:
npm start
Generated using
npm create node-llama-cpp@latest
(learn more)