From e989675b0dbe3284a1f688a0dd9d499a37fc59e7 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:12:30 +0800 Subject: [PATCH] update lite --- klite.embd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klite.embd b/klite.embd index 662039abd..210bf8dfc 100644 --- a/klite.embd +++ b/klite.embd @@ -6222,7 +6222,7 @@ Current version: 108 function select_custom_oai_model() { let isOpenrouter = (document.getElementById("customapidropdown").value==5); - inputBox("Enter custom "+(isOpenrouter?"OpenAI":"OpenRouter")+" model name","Custom Model Name",localsettings.saved_oai_custommodel,"", ()=>{ + inputBox("Enter custom model name","Custom Model Name",localsettings.saved_oai_custommodel,"", ()=>{ let coai = getInputBoxValue().trim(); let dropdown = (isOpenrouter?document.getElementById("custom_openrouter_model"):document.getElementById("custom_oai_model")); let mdlopt = (isOpenrouter?"custom_openrouter_model_option":"custom_oai_model_option");