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 install
Either via the cli:
ollama serve
or 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 dev
Check out the deployment documentation for more information.