"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "dbf7b155399afe9354c4b50523c09b99e24e4407"
Commit 5e168e6f authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: remove num_ctx limit

parent 4bf6e64c
......@@ -493,7 +493,7 @@
id="steps-range"
type="range"
min="-1"
max="1024000"
max="10240000"
step="1"
bind:value={options.num_ctx}
class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"
......@@ -505,8 +505,7 @@
type="number"
class=" bg-transparent text-center w-14"
min="-1"
max="1024000"
step="1"
step="10"
/>
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment