Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 830 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 830 Bytes

🦀 RustyChat

A chat UI for chatting with LLMs, written in Rust. This uses the free 🤗 Hugging Face text generation inference API. The UI was built with Leptos and Bootstrap.

Demo

A demo is available here

Screenshot

Screenshot of UI

Building from source

You'll need Rust and Trunk. Then just run

trunk build --release

to build everything. You'll find the files that need to be served in the dist/ directory.

Or run

trunk serve

to start a local webserver hosting the page.