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
375056f8
Commit
375056f8
authored
Apr 16, 2024
by
Timothy J. Baek
Browse files
refac: wording
parent
236e2c04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/documents/Settings/General.svelte
src/lib/components/documents/Settings/General.svelte
+2
-2
No files found.
src/lib/components/documents/Settings/General.svelte
View file @
375056f8
...
@@ -166,12 +166,12 @@
...
@@ -166,12 +166,12 @@
<div class=" mb-2 text-sm font-medium">{$i18n.t('General Settings')}</div>
<div class=" mb-2 text-sm font-medium">{$i18n.t('General Settings')}</div>
<div class=" flex w-full justify-between">
<div class=" flex w-full justify-between">
<div class=" self-center text-xs font-medium">{$i18n.t('Embedding Engine')}</div>
<div class=" self-center text-xs font-medium">{$i18n.t('Embedding
Model
Engine')}</div>
<div class="flex items-center relative">
<div class="flex items-center relative">
<select
<select
class="dark:bg-gray-900 w-fit pr-8 rounded px-2 p-1 text-xs bg-transparent outline-none text-right"
class="dark:bg-gray-900 w-fit pr-8 rounded px-2 p-1 text-xs bg-transparent outline-none text-right"
bind:value={embeddingEngine}
bind:value={embeddingEngine}
placeholder="Select an embedding engine"
placeholder="Select an embedding
model
engine"
on:change={(e) => {
on:change={(e) => {
if (e.target.value === 'ollama') {
if (e.target.value === 'ollama') {
embeddingModel = '';
embeddingModel = '';
...
...
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