Files
oak-gpui/crates
d312d59ace Add zeta distill command (#44369)
This PR partially implements a knowledge distillation data pipeline.

`zeta distill` gets a dataset of chronologically ordered commits and
generates synthetic predictions with a teacher model (one-shot Claude
Sonnet).

`zeta distill --batches cache.db` will enable Message Batches API. Under
the first run, this command will collect all LLM requests and upload a
batch of them to Anthropic. On subsequent runs, it will check the batch
status. If ready, it will download the result and put them into the
local cache.


Release Notes:

- N/A

---------

Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Co-authored-by: Ben Kunkle <ben@zed.dev>
2025-12-08 15:13:22 +02:00
..
2025-12-08 10:08:15 -03:00
2025-11-19 12:34:41 +01:00
2025-12-03 11:24:08 +00:00
2025-11-20 22:17:50 -07:00
2025-11-11 16:10:47 +01:00
2025-11-12 15:31:20 +01:00
2025-11-07 11:36:05 +00:00