Nuxt Ollama Chat is an open source and minimal chat UI for Ollama. UI Uses Ollama stream API.
git clone https://github.com/apoStyLEE/nuxt-ollama-chat# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installEither via the cli:
ollama serveor via the desktop client
Start the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run devCheck out the deployment documentation for more information.

