mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
update lite
This commit is contained in:
+2
-1
@@ -8420,7 +8420,8 @@ Current version indicated by LITEVER below.
|
||||
console.log(values);
|
||||
let mdlname = values[0].result;
|
||||
if (!mdlname) {
|
||||
msgbox("Error at Custom KoboldAI Endpoint!\n\nThe custom endpoint failed to respond correctly.");
|
||||
msgbox("Error at Custom KoboldAI Endpoint!<br><br>The custom endpoint failed to respond correctly.<br><br>You may wish to <a href='#' class='color_blueurl' onclick='hide_popups();display_endpoint_container();'>try a different URL or API type</a>.","Error Encountered",true);
|
||||
|
||||
selected_models = [];
|
||||
selected_workers = [];
|
||||
custom_kobold_endpoint = "";
|
||||
|
||||
Reference in New Issue
Block a user