Ollama - NodeJS - Express API
- Project uses llama3.2 model.
- To use this project you need to have
Node
installed on your system. - Install dependencies with:
npm i
- Run the project with:
npm run start
, if you want to debug can be used:npm run dev
inside a Javascript Debug Terminal.
I added the postman examples for test it.