Remove unused Plugin button from ModelList and update model parameters for Gemini Exp 1206; adjust URL generation logic in request functions.

This commit is contained in:
kwaroran
2024-12-07 03:20:45 +09:00
parent 80da860f6c
commit 03bdca0958
4 changed files with 11 additions and 6 deletions

View File

@@ -72,9 +72,6 @@
{/each}
{/await}
</Arcodion>
{#if DBState.db.plugins.length > 0}
<button onclick={() => {changeModel('custom')}} class="hover:bg-selected px-6 py-2 text-lg" >Plugin</button>
{/if}
<div class="text-textcolor2 text-xs">
<CheckInput name={language.showUnrecommended} grayText bind:check={showUnrec}/>
</div>