fix: step value update

This commit is contained in:
Timothy J. Baek 2023-11-29 19:33:30 -08:00
parent ec07dff7d0
commit 827638527a

View file

@ -747,7 +747,7 @@
min="1" min="1"
max="16000" max="16000"
bind:value={num_ctx} bind:value={num_ctx}
step="32" step="1"
class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700" class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"
/> />
</div> </div>
@ -771,7 +771,6 @@
</button> </button>
</div> </div>
</div> </div>
{:else if selectedTab === 'models'} {:else if selectedTab === 'models'}
<div class="flex flex-col space-y-3 text-sm mb-10"> <div class="flex flex-col space-y-3 text-sm mb-10">
<div> <div>