You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFIGURATION.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,15 +58,15 @@ Complete configuration reference for the Image Generation API.
58
58
59
59
### Open WebUI Integration
60
60
61
-
**`OPENWEBUI_API_URL`**
61
+
**`OPENWEBUI_BASE_URL`**
62
62
- Open WebUI instance URL
63
63
- Example: `https://chat.mydomain.com`
64
64
- When set (with API key), images are uploaded to Open WebUI's file storage
65
65
66
66
**`OPENWEBUI_API_KEY`**
67
67
- API key from Open WebUI
68
68
- Get from: Open WebUI Settings > Account > API Keys
69
-
- Required together with `OPENWEBUI_API_URL`
69
+
- Required together with `OPENWEBUI_BASE_URL`
70
70
71
71
When both are configured, images are automatically uploaded to Open WebUI. This ensures images work from anywhere - no more URL accessibility issues with Docker or external access.
0 commit comments