From ae5555d44ef4565a6506932ad34ee57aa8fb1d93 Mon Sep 17 00:00:00 2001 From: Concedo Date: Sat, 31 Aug 2024 10:57:38 +0800 Subject: [PATCH] added gemini new --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 762e645..9462f13 100644 --- a/index.html +++ b/index.html @@ -8111,7 +8111,7 @@ function togglepalmmodel() { let mdlname = document.getElementById("custom_palm_model").value; - if(mdlname=="gemini-1.5-pro-latest" || mdlname=="gemini-1.5-flash-latest" || mdlname=="gemini-1.5-pro-exp-0801") + if(mdlname=="gemini-1.5-pro-latest" || mdlname=="gemini-1.5-flash-latest" || mdlname=="gemini-1.5-pro-exp-0801" || mdlname=="gemini-1.5-pro-exp-0827") { document.getElementById("gemini_system_instruction").classList.remove("hidden"); if(localsettings.saved_palm_jailbreak=="") @@ -17642,6 +17642,7 @@ + Please input Gemini or PaLM API Key.