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