webinterface/README.md
2024-10-29 21:48:27 +01:00

12 lines
213 B
Markdown

This project aims to be a little interface to an LLM hosted by a vllm-Engine.
It implements a simple Authentication with JSON Web Tokens.
```shell
docker-compose up --build
```
```shell
docker-compose down
```