Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.28 KB

File metadata and controls

42 lines (23 loc) · 1.28 KB

LookMa

LookMa is a bare-bones React Native app built for Android users as an interface for their locally-run LLMs.

When toying around with running LLMs locally, I was annoyed at not having a simple way to connect to my server from my Android phone. I built LookMa to address this issue, and open sourced it.

It can store multiple server settings, and multiple conversations across those servers.

All data is stored on device in a SQLite database.

Version 1.0.3 Update

  • Fixed HTTPS/HTTP connection issues for local servers
  • Improved connection handling for local LLMs
  • Better protocol detection for server addresses
  • Now supports both http:// and https:// protocols

Tutorial

LookMa Tutorial

License

LookMa is SamPatt Licensed, which is a MIT derivative. License is in the repository.

Screenshots

Adding a server

Selecting a server

Selecting a conversation

Chat