starlette + aftercare frontend for simonw llm
Find a file
2025-02-26 09:55:14 +00:00
client more tweaks for mobile safari 2025-02-26 09:55:14 +00:00
server send real id if conversation_id is 'new' 2025-02-26 08:52:43 +00:00
.gitignore oops. ignore build output 2025-02-26 08:54:08 +00:00
.prettierrc write a little frontend 2025-02-26 08:10:58 +00:00
_build_client.ts write a little frontend 2025-02-26 08:10:58 +00:00
deno.json improve operational ergonomics 2025-02-26 08:18:38 +00:00
README.md improve operational ergonomics 2025-02-26 08:18:38 +00:00
requirements.txt get inference over websocket working 2025-02-26 04:20:28 +00:00

llm-py-web

starlette + aftercare ui for llm by simonw. requires uv, deno.

$ deno task setup
$ # any llm plugins: `uv pip install ...`
$ deno task run