Add gguf to toLoraSummary inline type

This commit is contained in:
Roland Tannous 2026-02-26 10:59:39 +04:00
commit 2ce63f09c4

View file

@ -75,7 +75,7 @@ function toLoraSummary(lora: {
adapter_path: string;
base_model?: string | null;
source?: "training" | "exported" | null;
export_type?: "lora" | "merged" | null;
export_type?: "lora" | "merged" | "gguf" | null;
}): ChatLoraSummary {
const idTail = lora.adapter_path.split("/").filter(Boolean).at(-1) ?? "";
const updatedAt =