mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
complate missing field AUTOMATIC1111_API_AUTH
This commit is contained in:
parent
d3160166e9
commit
e16ae92edc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue