mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 17:22:04 +00:00
updated lite
This commit is contained in:
parent
4eb580d376
commit
9c87613f9e
1 changed files with 1 additions and 1 deletions
|
|
@ -4468,7 +4468,7 @@ Current version indicated by LITEVER below.
|
|||
let pending_eptype = localsettings.prev_custom_endpoint_type;
|
||||
let pending_custmodel = localsettings.prev_custom_endpoint_model;
|
||||
let pending_ischatcmpl = localsettings.prev_custom_endpoint_ischatcmpl;
|
||||
if(!localflag && pending_eptype>0)
|
||||
if((!localflag && pending_eptype>0) || (localflag && pending_eptype==2))
|
||||
{
|
||||
msgboxYesNo("Reconnect to previous custom endpoint?","Custom Endpoint Reconnect",()=>{
|
||||
document.getElementById("customapidropdown").value = (pending_eptype).toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue