https://github.com/rupurt/llm-web-ui
A web ui for LLM. Manage and chat with models.
https://github.com/rupurt/llm-web-ui
Last synced: over 1 year ago
JSON representation
A web ui for LLM. Manage and chat with models.
- Host: GitHub
- URL: https://github.com/rupurt/llm-web-ui
- Owner: rupurt
- License: mit
- Created: 2023-12-17T23:08:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T23:14:53.000Z (over 2 years ago)
- Last Synced: 2025-02-05T06:46:21.842Z (over 1 year ago)
- Language: Nix
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# llm-web-ui
A web ui for [LLM](https://github.com/simonw/llm). Manage and chat with models.
## Usage
```shell
Usage: llm web-ui [OPTIONS]
Run a web ui to manage and chat with models
Options:
-h, --host TEXT [default: 0.0.0.0]
-p, --port INTEGER [default: 8081]
-l, --log-level TEXT [default: info]
--help Show this message and exit.
```