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
e16ae92e
Commit
e16ae92e
authored
Jun 20, 2024
by
sihuangwlp
Browse files
complate missing field AUTOMATIC1111_API_AUTH
parent
d3160166
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
backend/apps/images/main.py
backend/apps/images/main.py
+1
-0
No files found.
backend/apps/images/main.py
View file @
e16ae92e
...
...
@@ -123,6 +123,7 @@ async def update_config(form_data: ConfigUpdateForm, user=Depends(get_admin_user
class
EngineUrlUpdateForm
(
BaseModel
):
AUTOMATIC1111_BASE_URL
:
Optional
[
str
]
=
None
AUTOMATIC1111_API_AUTH
:
Optional
[
str
]
=
None
COMFYUI_BASE_URL
:
Optional
[
str
]
=
None
...
...
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