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
82bd1eb1
"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "89b35e455647c1a5ec147a4a65967e7807229e95"
Commit
82bd1eb1
authored
May 19, 2024
by
Timothy J. Baek
Browse files
refac
parent
120f8d77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/lib/components/documents/Settings/General.svelte
src/lib/components/documents/Settings/General.svelte
+2
-0
No files found.
src/lib/components/documents/Settings/General.svelte
View file @
82bd1eb1
...
@@ -254,6 +254,8 @@
...
@@ -254,6 +254,8 @@
embeddingModel = '';
embeddingModel = '';
} else if (e.target.value === 'openai') {
} else if (e.target.value === 'openai') {
embeddingModel = 'text-embedding-3-small';
embeddingModel = 'text-embedding-3-small';
} else if (e.target.value === '') {
embeddingModel = 'sentence-transformers/all-MiniLM-L6-v2';
}
}
}}
}}
>
>
...
...
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