Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-24 20:05:39 +00:00
parent 49fb9cff15
commit d6f684fc3c
+3
View File
@@ -197,6 +197,9 @@ interface ModelStore {
clearAllModels: () => void; clearAllModels: () => void;
maxModels: number; maxModels: number;
/** Calibração (rotação local) ↔ ViewCube. Aplicada antes do fineTuning rotation. */
setCalibration: (id: string, quat: [number, number, number, number] | null) => void;
// ── Legacy single-model accessors (proxy to active) ───────────── // ── Legacy single-model accessors (proxy to active) ─────────────
model: ModelInfo | null; model: ModelInfo | null;
setModel: (model: ModelInfo | null) => void; setModel: (model: ModelInfo | null) => void;