From 235ec9a1b9b90dfa84699eebf4145fc0187f1729 Mon Sep 17 00:00:00 2001
From: Concedo <39025047+LostRuins@users.noreply.github.com>
Date: Sat, 4 Apr 2026 14:24:05 +0800
Subject: [PATCH] updated lite
---
embd_res/klite.embd | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/embd_res/klite.embd b/embd_res/klite.embd
index 2dd8626ee..baa2ec90d 100644
--- a/embd_res/klite.embd
+++ b/embd_res/klite.embd
@@ -13769,7 +13769,7 @@ Current version indicated by LITEVER below.
console.log(values);
let mdlname = values.result;
if (!mdlname) {
- msgbox("Error at Custom KoboldAI Endpoint!
The custom endpoint failed to respond correctly.
You may wish to try a different URL or API type.","Error Encountered",true);
+ msgbox("Error at Custom KoboldAI Endpoint!
The custom endpoint failed to respond correctly.
You may wish to try a different URL or API type.","Error Encountered",true);
selected_models = [];
selected_workers = [];
@@ -14066,7 +14066,7 @@ Current version indicated by LITEVER below.
{
const connectfailed = function()
{
- msgbox("Failed to connect to Custom KoboldAI Endpoint!
Please check if KoboldAI is running at the url: " + desiredkoboldendpoint + "
You can also try a different URL or API type.","Error Encountered",true);
+ msgbox("Failed to connect to Custom KoboldAI Endpoint!
Please check if KoboldAI is running at the url: " + desiredkoboldendpoint + "
You can also try a different URL or API type.","Error Encountered",true);
selected_models = [];
selected_workers = [];
custom_kobold_endpoint = "";
@@ -14325,6 +14325,11 @@ Current version indicated by LITEVER below.
}
}
+ function force_allow_endpoint_selector()
+ {
+ koboldcpp_force_allow_endpoint_selector = true;
+ }
+
function display_endpoint_container()
{
mainmenu_untab(true);