Skip to content

Commit

Permalink
fixed a bug with claude selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Concedo authored and Concedo committed Sep 16, 2023
1 parent 93e789c commit 99c2c25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4747,6 +4747,7 @@
custom_kobold_endpoint = "";
custom_oai_key = "";
custom_scale_key = "";
custom_claude_key = "";

let epchoice = document.getElementById("customapidropdown").value;
if(epchoice==0) //connect to kobold endpoint
Expand Down Expand Up @@ -5260,6 +5261,7 @@
custom_kobold_endpoint = "";
custom_oai_key = "";
custom_scale_key = "";
custom_claude_key = "";
//remove the Custom Endpoint if it's multi selected together with others.
const findex = selected_idx_arr.indexOf("9999");
if (findex > -1) {
Expand Down

0 comments on commit 99c2c25

Please sign in to comment.