mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-04 20:11:17 +02:00
updated lite
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user