mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-09 22:39:13 +02:00
updated lite
This commit is contained in:
+1
-1
@@ -18450,7 +18450,7 @@ Current version indicated by LITEVER below.
|
||||
let entry = "";
|
||||
if(testslot)
|
||||
{
|
||||
entry = `<div onclick="load_from_slot(`+i+`)" class="corpo_leftpanel_btn" type="button">`+testslot+`</div>`;
|
||||
entry = `<div onclick="load_from_slot(`+i+`, true)" class="corpo_leftpanel_btn" type="button">`+testslot+`</div>`;
|
||||
}
|
||||
panelitems += entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user