We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb580d commit 9c87613Copy full SHA for 9c87613
klite.embd
@@ -4468,7 +4468,7 @@ Current version indicated by LITEVER below.
4468
let pending_eptype = localsettings.prev_custom_endpoint_type;
4469
let pending_custmodel = localsettings.prev_custom_endpoint_model;
4470
let pending_ischatcmpl = localsettings.prev_custom_endpoint_ischatcmpl;
4471
- if(!localflag && pending_eptype>0)
+ if((!localflag && pending_eptype>0) || (localflag && pending_eptype==2))
4472
{
4473
msgboxYesNo("Reconnect to previous custom endpoint?","Custom Endpoint Reconnect",()=>{
4474
document.getElementById("customapidropdown").value = (pending_eptype).toString();
0 commit comments