@@ -17551,8 +17588,6 @@ Current version indicated by LITEVER below.
From 5b658ab6d475b01b7a02612a20eac69c5b755f94 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:47:47 +0800 Subject: [PATCH] updated lite --- klite.embd | 86 +++++++++++++++++++++++++--------------------------- koboldcpp.py | 1 + 2 files changed, 43 insertions(+), 44 deletions(-) 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.
+ +