https://github.com/martinklepsch/llm-web-ui
A web UI for the `llm` command line tool
https://github.com/martinklepsch/llm-web-ui
llm prompt-engineering
Last synced: about 2 months ago
JSON representation
A web UI for the `llm` command line tool
- Host: GitHub
- URL: https://github.com/martinklepsch/llm-web-ui
- Owner: martinklepsch
- License: mit
- Created: 2025-02-11T15:51:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T17:36:12.000Z (3 months ago)
- Last Synced: 2025-03-06T20:49:52.104Z (3 months ago)
- Topics: llm, prompt-engineering
- Language: TypeScript
- Homepage:
- Size: 2.07 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM Web UI
A web frontend for the [llm](https://github.com/simonw/llm) command line tool.
## Usage
```sh
npx -y llm-web-ui $(llm logs path)
```### Conversations List
### Responses Stream
## Development
```sh
bun run dev
```