mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
Increased max_tokens (num_predict) to 131072, fixes #5600
This commit is contained in:
parent
d6d6098378
commit
96ef15362a
1 changed files with 2 additions and 2 deletions
|
|
@ -734,7 +734,7 @@
|
|||
id="steps-range"
|
||||
type="range"
|
||||
min="-2"
|
||||
max="16000"
|
||||
max="131072"
|
||||
step="1"
|
||||
bind:value={params.max_tokens}
|
||||
class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"
|
||||
|
|
@ -746,7 +746,7 @@
|
|||
type="number"
|
||||
class=" bg-transparent text-center w-14"
|
||||
min="-2"
|
||||
max="16000"
|
||||
max="131072"
|
||||
step="1"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue