Mallin automaattinen lataus poistettu — käyttäjä käynnistää kpn load:lla
Aiemmin localStorage muisti edellisen latauksen ja käynnisti mallin automaattisesti sivulle tullessa. Nyt käyttäjä päättää itse milloin lataa. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3306,11 +3306,7 @@ Write the corrected code.`;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Automaattinen uudelleenkäynnistys: jos malli oli ladattu ennen refreshiä, ladataan se uudelleen cachesta
|
// Mallia EI ladata automaattisesti — käyttäjä käynnistää itse: kpn load
|
||||||
if (localStorage.getItem('kpn-coder-loaded') === 'true') {
|
|
||||||
// Pieni viive jotta UI ehtii piirtyä
|
|
||||||
setTimeout(() => ensureCoderNode(), 500);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Laskentasolmun käynnistys/pysäytys -nappi
|
// Laskentasolmun käynnistys/pysäytys -nappi
|
||||||
let computeAbortController = null;
|
let computeAbortController = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user