Skip to content

Commit

Permalink
fix for welcome not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
Concedo authored and Concedo committed Sep 12, 2024
1 parent 97f78d5 commit a85da4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -8899,7 +8899,7 @@

if(desired_palm_key!="")
{
hide_popups();
dismiss_endpoint_container();

//good to go
custom_palm_key = desired_palm_key;
Expand Down Expand Up @@ -8930,7 +8930,7 @@

if(desired_cohere_key!="")
{
hide_popups();
dismiss_endpoint_container();

//good to go
custom_cohere_key = desired_cohere_key;
Expand Down

0 comments on commit a85da4d

Please sign in to comment.