File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8111
8111
function togglepalmmodel()
8112
8112
{
8113
8113
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" )
8115
8115
{
8116
8116
document.getElementById("gemini_system_instruction").classList.remove("hidden");
8117
8117
if(localsettings.saved_palm_jailbreak=="")
17642
17642
<option value="gemini-1.5-pro-latest">gemini-1.5-pro-latest</option>
17643
17643
<option value="gemini-1.5-flash-latest">gemini-1.5-flash-latest</option>
17644
17644
<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>
17645
17646
<option value="text-bison-001">text-bison-001</option>
17646
17647
</select>
17647
17648
<span class="color_green" style="font-weight: bold;">Please input Gemini or PaLM API Key.</span><br><br>
You can’t perform that action at this time.
0 commit comments