diff --git a/index.html b/index.html index 320387f..fbfd56a 100644 --- a/index.html +++ b/index.html @@ -8483,7 +8483,7 @@ 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 @@ } 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 @@ } 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 @@ if(desired_palm_key!="") { - hide_popups(); + dismiss_endpoint_container(); //good to go custom_palm_key = desired_palm_key; @@ -8930,7 +8930,7 @@ if(desired_cohere_key!="") { - hide_popups(); + dismiss_endpoint_container(); //good to go custom_cohere_key = desired_cohere_key;