coze

Crates.iocoze
lib.rscoze
version0.1.7
sourcesrc
created_at2024-02-14 11:58:46.353458
updated_at2024-03-19 18:47:29.963101
descriptionAn egui app for playing with a local open source LLM.
homepage
repositoryhttps://github.com/vincev/coze
max_upload_size
id1139810
size959,092
(vincev)

documentation

README

An egui app for prompting local offline LLMs.

Example prompt

Description

coze is an egui application for prompting local offline LLMs using the Huggingface candle crate.

Currently it supports the following quantized models:

The first time a model is used its weights are downloaded from Huggingface and cached to the ~/.cache/coze folder for later 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 Help menu for usage details.

Installation

The latest version can be installed by getting the binaries for Linux, MacOS, and Windows from the releases page, or by using cargo:

cargo install --locked coze

To build locally (debug build may be very slow):

git clone https://github.com/vincev/coze
cd coze
cargo r --release
Commit count: 73

cargo fmt