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.
- Host: GitHub
- URL: https://github.com/jacob-ebey/localllama
- Owner: jacob-ebey
- Created: 2024-09-02T08:54:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T18:05:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T22:19:50.270Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/localllama
- Size: 340 KB
- Stars: 38
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```