starlette + aftercare frontend for simonw llm
Find a file
2025-02-26 04:33:57 +00:00
server skip sending previous context if we're continuing a connection 2025-02-26 04:33:57 +00:00
.gitignore initial commit 2025-02-25 17:39:29 +00:00
README.md initial commit 2025-02-25 17:39:29 +00:00
requirements.txt get inference over websocket working 2025-02-26 04:20:28 +00:00

llm-ui

$ uv venv
$ uv pip install -r requirements.txt
$ uv run uvicorn server:app