Jirubizu / localai-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocalAi Admin Web UI

Change localai instance url in src/main.ts

This is a temporary solution, will be fixed in the future.

Adding new jobs to the jobs gallery

While waiting on a wait to call the localai api to get the list of jobs, you can add new jobs to the gallery by adding a new entry to the jobs array in src/components/JobGallery.vue. The jobs array is a list of objects with the following properties:

Usage

Preferred method (Docker Compose)

just docker-up

# or
docker compose up -d --build

Alternative method (Docker)

just docker-build
just docker-run

# or
docker build -t localai-admin-web-ui .
docker run -d -p 8080:80 --name localai-admin-web-ui localai-admin-web-ui

Alternative method

just run

# or
npm run dev

About


Languages

Language:Vue 82.1%Language:TypeScript 12.8%Language:Just 1.7%Language:JavaScript 1.4%Language:HTML 1.2%Language:Dockerfile 0.6%Language:CSS 0.2%