mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 19:09:45 +00:00
update lite
This commit is contained in:
parent
e9eb6fe51a
commit
b3b00750b7
1 changed files with 2 additions and 1 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue