Add selectable tokenizer supports on Ooba

This commit is contained in:
justpain02
2024-01-05 23:57:59 +09:00
parent 809d8706cf
commit ff4c67b993
3 changed files with 15 additions and 2 deletions

View File

@@ -61,6 +61,8 @@
<OptionalInput marginBottom={true} bind:value={$DataBase.reverseProxyOobaArgs.chat_instruct_command} />
{/if}
{/if}
<span class="text-textcolor">tokenizer</span>
<OptionalInput marginBottom={true} bind:value={$DataBase.reverseProxyOobaArgs.tokenizer} />
<span class="text-textcolor">min_p</span>
<OptionalInput marginBottom={true} bind:value={$DataBase.reverseProxyOobaArgs.min_p} numberMode />
<span class="text-textcolor">top_k</span>