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