coze 0.1.0

An egui app for a local offline LLM model.
Documentation
coze-0.1.0 has been yanked.

An egui app for prompting a local offline LLM model.

Description

coze is a small egui application for prompting a local offline LLM model using the Huggingface candle crate.

Currently it uses a quantized version of the StableLM 2 Zephyr 1.6B model that is a relatively small model that is fun to use.

The current version supports:

  • Prompt history navigation with fuzzy matching.
  • History persistence across runs.
  • Token generation modes.
  • Copy prompts and replies to clipboard.
  • Light/Dark mode.

See the app Edit/Config menu for usage details.

Installation

Binaries generated by the release Github action for Linux, macOS, and Windows are available in the releases page.

To build locally you need git lfs (debug build may be very slow):

git lfs install
git clone https://github.com/vincev/coze
cd coze
cargo r --release