Skip to content

Commit 9c87613

Browse files
committed
updated lite
1 parent 4eb580d commit 9c87613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klite.embd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4468,7 +4468,7 @@ Current version indicated by LITEVER below.
44684468
let pending_eptype = localsettings.prev_custom_endpoint_type;
44694469
let pending_custmodel = localsettings.prev_custom_endpoint_model;
44704470
let pending_ischatcmpl = localsettings.prev_custom_endpoint_ischatcmpl;
4471-
if(!localflag && pending_eptype>0)
4471+
if((!localflag && pending_eptype>0) || (localflag && pending_eptype==2))
44724472
{
44734473
msgboxYesNo("Reconnect to previous custom endpoint?","Custom Endpoint Reconnect",()=>{
44744474
document.getElementById("customapidropdown").value = (pending_eptype).toString();

0 commit comments

Comments
 (0)