Skip to content

Sample project to experiment with Ollama and llama3.2 model.

License

Notifications You must be signed in to change notification settings

wlsf82/get-users-ollama-llama3-2

Repository files navigation

get-users-ollama-llama3-2

main

Sample project to experiment with Ollama and llama3.2 model.

Pre-requirements

It is required to have git, Node.js and npm installed to clone and run this project.

I used versions 2.42.1, v20.16.0, and 10.9.0 of git, Node.js and npm, respectively. I suggest you use the same or later LTS versions.

Installation

Run npm install (or npm i for the short version) to install the app and dev dependencies.

Starting the API

Runnpm start to initialize the API locally.

If everything goes well, you should see the API running on http://localhost:3001/users.

Tests

Run npm test (or npm t for the short version) to run the test in headless mode.

Or, run npm run cy:open to open the Cypress App and run the tests in interactive mode.

Support this project

If you want to support this project, leave a ⭐.


This project was created with 💚 by Walmyr.