pnpm install
To run the example locally you need to:
- Download Ollama and install it locally.
- run
ollama run llama3
to download and install the model locally (Requires 4.7GB and 8GB of RAM) - Open http://localhost:11434 to check if Ollama is running.
pnpm install
to install the required dependencies.pnpm dev
to launch the development server.