LLC: lightweight OpenWebUI alt - now with chat converter + custom tool calls
Posted my project here a while back and got some solid feedback via DMs. The main ask was a converter so people don't lose their existing chats when switching - that's in now.
Quick context: LLC is a chat frontend for local LLMs. You download it, you run it, that's it - no install needed (unless you want), no dependencies, runs on pretty much anything including ancient hardware. I built it because OWUI kept feeling heavier than the models I was running.
so, what's new in v0.6:
- Chat converter - import your OWUI history so you don't start from zero
- Custom tool calls - you can define your own tools the model can use ( for example weather, stock market or whatever you like)
PS:
You can run the converter easily with
python convert_openwebui_to_locallightchat_v2.py webui.db --media-storage uploads (or --media-storage inline if you like it embedded with base64). The OpenWebui "uploads" folder should be in the same directory.
Link: https://www.locallightai.com/llc/
Github: https://github.com/srware-net/LocalLightChat/