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 installStart the project:
npm startGenerated using
npm create node-llama-cpp@latest(learn more)