https://github.com/lingdu2012/ram-chat-ollama
one chat UI for ollama
https://github.com/lingdu2012/ram-chat-ollama
nuxtjs nuxtui ollama-gui tailwindcss typescript vue3
Last synced: about 2 months ago
JSON representation
one chat UI for ollama
- Host: GitHub
- URL: https://github.com/lingdu2012/ram-chat-ollama
- Owner: lingdu2012
- License: mit
- Created: 2024-04-12T09:07:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T09:13:54.000Z (about 2 years ago)
- Last Synced: 2025-06-18T00:39:02.336Z (12 months ago)
- Topics: nuxtjs, nuxtui, ollama-gui, tailwindcss, typescript, vue3
- Language: Vue
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ramChat for Ollama
## About
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](https://github.com/apoStyLEE/nuxt-ollama-chat)

## Running Localy
### 1. Clone Repo
```bash
git clone https://github.com/lingdu2012/ramOllama.git
```
### 2. Install Dependencies
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
```
### 3. Run Ollama server
Either via the cli:
```bash
ollama serve
```
or via the [desktop client](https://ollama.com/download)
### 4. Run App (Development Server)
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
```
Check out the more information
[Nuxt.js Documentation](https://nuxt.com/docs/getting-started/deployment)
[NuxtUI Documentation](https://ui.nuxt.com/getting-started)
[Ollama Documentation](https://ollama.com)
[Taillwindcss Documentation](https://www.tailwindcss.cn/docs/installation)