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
c1471470
Commit
c1471470
authored
Jun 25, 2024
by
Timothy J. Baek
Browse files
chore: format
parent
16a8eebd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
backend/data/config.json
backend/data/config.json
+0
-1
src/lib/components/admin/Settings/Images.svelte
src/lib/components/admin/Settings/Images.svelte
+4
-2
No files found.
backend/data/config.json
View file @
c1471470
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
},
},
{
{
"title"
:
[
"Show me a code snippet"
,
"of a website's sticky header"
],
"title"
:
[
"Show me a code snippet"
,
"of a website's sticky header"
],
]
,
"content"
:
"Show me a code snippet of a website's sticky header in CSS and JavaScript."
"content"
:
"Show me a code snippet of a website's sticky header in CSS and JavaScript."
},
},
{
{
...
...
src/lib/components/admin/Settings/Images.svelte
View file @
c1471470
...
@@ -92,7 +92,9 @@
...
@@ -92,7 +92,9 @@
toast.success($i18n.t('Server connection verified'));
toast.success($i18n.t('Server connection verified'));
}
}
} else {
} else {
({ AUTOMATIC1111_BASE_URL,AUTOMATIC1111_API_AUTH } = await getImageGenerationEngineUrls(localStorage.token));
({ AUTOMATIC1111_BASE_URL, AUTOMATIC1111_API_AUTH } = await getImageGenerationEngineUrls(
localStorage.token
));
}
}
}
}
};
};
...
@@ -293,7 +295,7 @@
...
@@ -293,7 +295,7 @@
href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/13993"
href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/13993"
target="_blank"
target="_blank"
>
>
{$i18n.t('(e.g. `sh webui.sh --api --api-auth username_password`)').replace('_',':')}
{$i18n.t('(e.g. `sh webui.sh --api --api-auth username_password`)').replace('_',
':')}
</a>
</a>
</div>
</div>
{:else if imageGenerationEngine === 'comfyui'}
{:else if imageGenerationEngine === 'comfyui'}
...
...
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