@@ -17551,8 +17588,6 @@ Current version indicated by LITEVER below.
diff --git a/klite.embd b/klite.embd index 3db016b1a..ca25d8e81 100644 --- a/klite.embd +++ b/klite.embd @@ -8483,7 +8483,7 @@ Current version indicated by LITEVER below. let desiredkoboldkey = document.getElementById("customkoboldkey").value; if (desiredkoboldendpoint != null && desiredkoboldendpoint.trim() != "") { - hide_popups(); + dismiss_endpoint_container(); desiredkoboldendpoint = desiredkoboldendpoint.trim(); //remove trailing slash and pound @@ -8794,7 +8794,7 @@ Current version indicated by LITEVER below. } if(desired_oai_key!="" && desired_oai_ep!="") { - hide_popups(); + dismiss_endpoint_container(); //good to go custom_oai_endpoint = desired_oai_ep; @@ -8863,7 +8863,7 @@ Current version indicated by LITEVER below. } if(desired_claude_key!="" && desired_claude_ep!="") { - hide_popups(); + dismiss_endpoint_container(); //good to go custom_claude_endpoint = desired_claude_ep; @@ -8899,7 +8899,7 @@ Current version indicated by LITEVER below. if(desired_palm_key!="") { - hide_popups(); + dismiss_endpoint_container(); //good to go custom_palm_key = desired_palm_key; @@ -8930,7 +8930,7 @@ Current version indicated by LITEVER below. if(desired_cohere_key!="") { - hide_popups(); + dismiss_endpoint_container(); //good to go custom_cohere_key = desired_cohere_key; @@ -17316,6 +17316,43 @@ Current version indicated by LITEVER below.
+ +