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
3f5e3627
"vscode:/vscode.git/clone" did not exist on "2ccee3def6d8532afaf6fcd351b228ec1dfd6013"
Commit
3f5e3627
authored
Jun 14, 2024
by
Sam McLeod
Browse files
feat: add num_keep, num_batch
parent
162643a4
Changes
41
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/lib/stores/index.ts
src/lib/stores/index.ts
+2
-0
No files found.
src/lib/stores/index.ts
View file @
3f5e3627
...
@@ -92,6 +92,8 @@ type Settings = {
...
@@ -92,6 +92,8 @@ type Settings = {
top_k
?:
string
;
top_k
?:
string
;
top_p
?:
string
;
top_p
?:
string
;
num_ctx
?:
string
;
num_ctx
?:
string
;
num_batch
?:
string
;
num_keep
?:
string
;
options
?:
ModelOptions
;
options
?:
ModelOptions
;
};
};
...
...
Prev
1
2
3
Next
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