Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
5e168e6f
Commit
5e168e6f
authored
Apr 29, 2024
by
Timothy J. Baek
Browse files
refac: remove num_ctx limit
parent
4bf6e64c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte
...b/components/chat/Settings/Advanced/AdvancedParams.svelte
+2
-3
No files found.
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte
View file @
5e168e6f
...
...
@@ -493,7 +493,7 @@
id="steps-range"
type="range"
min="-1"
max="1024000"
max="1024000
0
"
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment