Verifica LLM — rivaluta gli score
nuova analisi
{
setVerify(true);
markChoiceTouched();
}}
>
Attiva
{
setVerify(false);
markChoiceTouched();
}}
>
Disattiva
Stadio "giudice": un LLM rivaluta ogni entità già catturata e ne corregge
lo score (media pesata). Più lento; richiede un backend LLM configurato.
{showPicker && (
Modello giudice
{
setApprover(v);
markChoiceTouched();
}}
options={list.map((a) => ({ value: a.key, label: a.label }))}
/>
{current
? `${current.model}${current.vram_hint ? " — " + current.vram_hint : ""}`
: ""}
{
setSimulate(e.target.checked);
markChoiceTouched();
}}
style={{ marginTop: 6 }}
>
debug (simula llm)
Mostra i prompt che verrebbero inviati al giudice senza valutarli con
l'LLM (nessun caricamento del modello).
)}
>
);
}