An open API service indexing awesome lists of open source software.

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

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)

![Model Selector](./screenshots/snapshot.png)

## 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)