lamoi

A UI for Ollama

MIT License

Stars
4

Lamoi

Lamoi is a UI for ollama. It uses the Ollama API and stores conversations data in a local SQLite database

Getting started

Setup

Install The kit CLI.

go install github.com/leapkit/leapkit/kit@latest

Migrate database

Kit takers care of this part:

kid db migrate

Running the application

To run the application in development mode execute:

kit serve

And open http://localhost:3000 in your browser.

Building the application binary

To generate a distributable binary you can run the following command. This will build the TailwindCSS and the application.

Build the CSS

Building TailwindCSS with the tailo build command.

go run github.com/paganotoni/tailo/cmd/[email protected]

Building the app

Building the application binary with Go.

go build -tags osusergo,netgo -buildvcs=false -o bin/app ./cmd/app