Skip to content

Commit ae5555d

Browse files
ConcedoConcedo
Concedo
authored and
Concedo
committed
added gemini new
1 parent beead6a commit ae5555d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -8111,7 +8111,7 @@
81118111
function togglepalmmodel()
81128112
{
81138113
let mdlname = document.getElementById("custom_palm_model").value;
8114-
if(mdlname=="gemini-1.5-pro-latest" || mdlname=="gemini-1.5-flash-latest" || mdlname=="gemini-1.5-pro-exp-0801")
8114+
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")
81158115
{
81168116
document.getElementById("gemini_system_instruction").classList.remove("hidden");
81178117
if(localsettings.saved_palm_jailbreak=="")
@@ -17642,6 +17642,7 @@
1764217642
<option value="gemini-1.5-pro-latest">gemini-1.5-pro-latest</option>
1764317643
<option value="gemini-1.5-flash-latest">gemini-1.5-flash-latest</option>
1764417644
<option value="gemini-1.5-pro-exp-0801">gemini-1.5-pro-exp-0801</option>
17645+
<option value="gemini-1.5-pro-exp-0827">gemini-1.5-pro-exp-0827</option>
1764517646
<option value="text-bison-001">text-bison-001</option>
1764617647
</select>
1764717648
<span class="color_green" style="font-weight: bold;">Please input Gemini or PaLM API Key.</span><br><br>

0 commit comments

Comments
 (0)