From 99c2c25132b82945ea01fca058635145d27f0bac Mon Sep 17 00:00:00 2001 From: Concedo Date: Sat, 16 Sep 2023 12:18:22 +0800 Subject: [PATCH] fixed a bug with claude selection --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index aed86a7..2cf841c 100644 --- a/index.html +++ b/index.html @@ -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 @@ -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) {