| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Eimi is a lightweight threaded UI for LLMs.
$ cd app/ $ npm i $ npm run dev
Only required for proxy, can be skipped otherwise:
$ pipenv sync $ pipenv run uvicorn main:app --reload
See eimi-prod/ folder for Dockerfile and docker-compose.yml.
Or build the Svelte app and just host the files.
$ cd app/
$ npm ci
$ npm run build
$ ls -lah dist/ # serve with nginx| Back | FazBrowse Home | New Git URL |