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

https://github.com/mitvix/hollama

Just a script to work with Hollama
https://github.com/mitvix/hollama

Last synced: 11 months ago
JSON representation

Just a script to work with Hollama

Awesome Lists containing this project

README

          

# Just a script in shell to work with Hollama

Hollama is a minimal LLM chat app that runs entirely in your browser

Github: https://github.com/fmaclen/hollama

This script just makes start and stop more easier

## To use

```
git clone https://github.com/mitvix/hollama
cd hollama
chmod +x hollama
sudo cp hollama /usr/local/bin
```

## Some Options

hollama option

* --install, Install container ghcr.io/fmaclen/hollama:latest at 4173/tcp
* --start, Load Hollama container installed
* --stop, Just Docker stop hollama
* --list, Just list docker containers with docker ps
* --open, Try open local site http://localhost:4173 using xdg-open
* --remove, Delete container [ the stop already does the job ]