mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
Merge pull request #3328 from FuturePrayer/AUTOMATIC1111_api_auth_support
feat: Supports making requests to the Automatic1111 backend when running with the --api-auth parameter
This commit is contained in:
@@ -1166,6 +1166,11 @@ AUTOMATIC1111_BASE_URL = PersistentConfig(
|
||||
"image_generation.automatic1111.base_url",
|
||||
os.getenv("AUTOMATIC1111_BASE_URL", ""),
|
||||
)
|
||||
AUTOMATIC1111_API_AUTH = PersistentConfig(
|
||||
"AUTOMATIC1111_API_AUTH",
|
||||
"image_generation.automatic1111.api_auth",
|
||||
os.getenv("AUTOMATIC1111_API_AUTH", ""),
|
||||
)
|
||||
|
||||
COMFYUI_BASE_URL = PersistentConfig(
|
||||
"COMFYUI_BASE_URL",
|
||||
|
||||
Reference in New Issue
Block a user