It is an open source and minimal chat UI for Ollama. UI Uses Ollama stream API. Based on Vue3.js, Nuxt3.js,Taillwindcss, Nuxtui.
Reference the Repo => nuxt-ollama-chat
git clone https://github.com/lingdu2012/ramOllama.git
# 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 more information