UNPKG

@lewist9x/distil

Version:

An opinionated library for managing LLM pipelines. Define, track, rate, and curate prompt–completion pairs for fine-tuning.

5 lines (4 loc) • 136 B
export { DistilPipeline } from "./pipeline"; import express from "express"; declare const app: express.Application; export default app;