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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,20 @@ Complete configuration reference for the Image Generation API.
50
50
- Example: `gpt-image-1`, `dall-e-3`
51
51
- Optional - if not set, first available model is used
52
52
53
+
### Open WebUI Integration
54
+
55
+
**`OPENWEBUI_API_URL`**
56
+
- Open WebUI instance URL
57
+
- Example: `https://chat.mydomain.com`
58
+
- When set (with API key), images are uploaded to Open WebUI's file storage
59
+
60
+
**`OPENWEBUI_API_KEY`**
61
+
- API key from Open WebUI
62
+
- Get from: Open WebUI Settings > Account > API Keys
63
+
- Required together with `OPENWEBUI_API_URL`
64
+
65
+
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