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
0aa4e3aa
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "dcd32faa83fa975746a8fd03e3027ddaab983471"
Commit
0aa4e3aa
authored
Mar 06, 2024
by
Justin Hayes
Browse files
Restore colons
parent
7258a794
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/chat/Settings/Models.svelte
src/lib/components/chat/Settings/Models.svelte
+1
-1
No files found.
src/lib/components/chat/Settings/Models.svelte
View file @
0aa4e3aa
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
let modelUploadMode = 'file';
let modelUploadMode = 'file';
let modelInputFile = '';
let modelInputFile = '';
let modelFileUrl = '';
let modelFileUrl = '';
let modelFileContent = `TEMPLATE """{{ .System }}\nUSER {{ .Prompt }}\nASSISTANT """\nPARAMETER num_ctx 4096\nPARAMETER stop "</s>"\nPARAMETER stop "USER"\nPARAMETER stop "ASSISTANT"`;
let modelFileContent = `TEMPLATE """{{ .System }}\nUSER
:
{{ .Prompt }}\nASSISTANT
:
"""\nPARAMETER num_ctx 4096\nPARAMETER stop "</s>"\nPARAMETER stop "USER
:
"\nPARAMETER stop "ASSISTANT
:
"`;
let modelFileDigest = '';
let modelFileDigest = '';
let uploadProgress = null;
let uploadProgress = null;
...
...
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