forked from open-webui/open-webui
fix: step value update
This commit is contained in:
parent
ec07dff7d0
commit
827638527a
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue