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
877ed690
Commit
877ed690
authored
Apr 29, 2024
by
Timothy J. Baek
Browse files
refac: token length limit
parent
e360d572
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte
...b/components/chat/Settings/Advanced/AdvancedParams.svelte
+4
-4
No files found.
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte
View file @
877ed690
...
...
@@ -492,8 +492,8 @@
<input
id="steps-range"
type="range"
min="1"
max="1
6
000"
min="
-
1"
max="1
024
000"
step="1"
bind:value={options.num_ctx}
class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"
...
...
@@ -504,8 +504,8 @@
bind:value={options.num_ctx}
type="number"
class=" bg-transparent text-center w-14"
min="1"
max="1
6
000"
min="
-
1"
max="1
024
000"
step="1"
/>
</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