mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-10 04:00:53 +00:00
update lite
This commit is contained in:
parent
e2e6d892b4
commit
98dff80b9c
1 changed files with 19 additions and 1 deletions
20
klite.embd
20
klite.embd
|
|
@ -12,7 +12,7 @@ Current version indicated by LITEVER below.
|
|||
-->
|
||||
|
||||
<script>
|
||||
const LITEVER = 164;
|
||||
const LITEVER = 165;
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
const localflag = true;
|
||||
const STORAGE_PREFIX = (localflag?"e_":"")+"kaihordewebui_";
|
||||
|
|
@ -3654,6 +3654,15 @@ Current version indicated by LITEVER below.
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if(globalabortcontroller)
|
||||
{
|
||||
globalabortcontroller.abort();
|
||||
console.log("Abort Signal");
|
||||
prepare_abort_controller();
|
||||
}
|
||||
}
|
||||
if(was_empty && synchro_pending_stream!="")
|
||||
{
|
||||
render_gametext(false);
|
||||
|
|
@ -3759,6 +3768,15 @@ Current version indicated by LITEVER below.
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if(globalabortcontroller)
|
||||
{
|
||||
globalabortcontroller.abort();
|
||||
console.log("Abort Signal");
|
||||
prepare_abort_controller();
|
||||
}
|
||||
}
|
||||
if(was_empty && synchro_pending_stream!="")
|
||||
{
|
||||
render_gametext(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue