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
1091ee5a
Commit
1091ee5a
authored
Mar 11, 2024
by
Ased Mammad
Browse files
fix: Typo
parent
78f79ef6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/lib/components/chat/Settings/Images.svelte
src/lib/components/chat/Settings/Images.svelte
+5
-5
No files found.
src/lib/components/chat/Settings/Images.svelte
View file @
1091ee5a
...
...
@@ -146,13 +146,13 @@
<select
class="w-fit pr-8 rounded px-2 p-1 text-xs bg-transparent outline-none text-right"
bind:value={imageGenerationEngine}
placeholder={$i18n.t(
"
Select a mode
"
)}
placeholder={$i18n.t(
'
Select a mode
'
)}
on:change={async () => {
await updateImageGeneration();
}}
>
<option value="">{$i18n.t('Default (Automatic1111)')}</option>
<option value="openai">{$i18n.t('Open AI (Dall-E)'}</option>
<option value="openai">{$i18n.t('Open AI (Dall-E)'
)
}</option>
</select>
</div>
</div>
...
...
@@ -197,7 +197,7 @@
<div class="flex-1 mr-2">
<input
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
placeholder={$i18n.t(
"
Enter URL (e.g. http://127.0.0.1:7860/)
"
)}
placeholder={$i18n.t(
'
Enter URL (e.g. http://127.0.0.1:7860/)
'
)}
bind:value={AUTOMATIC1111_BASE_URL}
/>
</div>
...
...
@@ -277,7 +277,7 @@
<div class="flex-1 mr-2">
<input
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
placeholder={$i18n.t(
"
Enter Image Size (e.g. 512x512)
"
)}
placeholder={$i18n.t(
'
Enter Image Size (e.g. 512x512)
'
)}
bind:value={imageSize}
/>
</div>
...
...
@@ -290,7 +290,7 @@
<div class="flex-1 mr-2">
<input
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
placeholder={$i18n.t(
"
Enter Number of Steps (e.g. 50)
"
)}
placeholder={$i18n.t(
'
Enter Number of Steps (e.g. 50)
'
)}
bind:value={steps}
/>
</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