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

https://github.com/jacob-ebey/localllama

A local frontend for Ollama build on Remix. Use it as is or as a starting point for your own project.
https://github.com/jacob-ebey/localllama

Last synced: 12 months ago
JSON representation

A local frontend for Ollama build on Remix. Use it as is or as a starting point for your own project.

Awesome Lists containing this project

README

          

# Local Llama

A local frontend for [Ollama](https://ollama.com/) build on [Remix](https://remix.run/). Use it as is or as a starting point for your own project.

## Getting Started

**Install the application globally**

```bash
npm i -g localllama
```

**Run the application**

```bash
npx localllama
```

## Development

**Clone the repository**

```bash
git clone https://github.com/jacob-ebey/localllama.git
```

**Install dependencies**

```bash
pnpm i
```

**Run in development mode**

```bash
pnpm dev
```