[READ-ONLY] Mirror of https://github.com/thoda-dev/nuxt-ollama-demo. A simple demo on how to use the module Nuxt-Ollama
0

Configure Feed

Select the types of activity you want to include in your feed.

5 2 0

Clone this repository

https://tangled.org/thoda.dev/nuxt-ollama-demo https://tangled.org/did:plc:biprvjcjc2e4me4f6z3zoes6
git@tangled.org:thoda.dev/nuxt-ollama-demo git@tangled.org:did:plc:biprvjcjc2e4me4f6z3zoes6

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Nuxt-Ollama Demo#

Look at the Nuxt-Ollama documentation to learn more.

Setup#

Make sure Ollama is installed, if not, go to https://ollama.com and install it.

Pull the model Llama 3.1 with the command line interface:

ollama pull llama3.1

Make sure to install the dependencies in the project directory:

npm install

Development Server#

Start the development server on http://localhost:3000:

npm run dev

Production#

Build the application for production:

/!\ The project is using Nuxt-UI Pro, you need to have a license to build the project.

npm run build