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

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

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
![Screenshot of the conversations page](./docs/conversations.png)

### Responses Stream
![Screenshot of the responses page](./docs/responses.png)

## Development

```sh
bun run dev
```