This commit is contained in:
DrMelone
2026-01-07 21:08:26 +01:00
parent 047771cc9b
commit 3680e99977
5 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ You can also edit the LLM's response and enter your image generation prompt as t
:::info
**Legacy "Generate Image" Button:**
As of Open WebUI v0.6.44, the native "Generate Image" button (which allowed generating an image directly from a message's content) was removed. If you wish to restore this functionality, you can use the community-built **[Generate Image Action](https://openwebui.com/posts/3fadc3ca-c955-4c9e-9582-7438f0911b62)**.
As of Open WebUI v0.7, the native "Generate Image" button (which allowed generating an image directly from a message's content) was removed. If you wish to restore this functionality, you can use the community-built **[Generate Image Action](https://openwebui.com/posts/3fadc3ca-c955-4c9e-9582-7438f0911b62)**.
:::
## Restoring the "Generate Image" Button

View File

@@ -12,7 +12,7 @@ As new variables are introduced, this page will be updated to reflect the growin
:::info
This page is up-to-date with Open WebUI release version [v0.6.44](https://github.com/open-webui/open-webui/releases/tag/v0.6.44), but is still a work in progress to later include more accurate descriptions, listing out options available for environment variables, defaults, and improving descriptions.
This page is up-to-date with Open WebUI release version [v0.7](https://github.com/open-webui/open-webui/releases/tag/v0.7), but is still a work in progress to later include more accurate descriptions, listing out options available for environment variables, defaults, and improving descriptions.
:::

View File

@@ -23,7 +23,7 @@ docker pull ghcr.io/open-webui/open-webui:main-slim
You can also pull a specific Open WebUI release version directly by using a versioned image tag. This is recommended for production environments to ensure stable and reproducible deployments.
```bash
docker pull ghcr.io/open-webui/open-webui:v0.6.42
docker pull ghcr.io/open-webui/open-webui:v0.7
```
## Step 2: Run the Container

View File

@@ -99,9 +99,9 @@ ghcr.io/open-webui/open-webui:<RELEASE_VERSION>-<TYPE>
Examples (pinned versions for illustration purposes only):
```
ghcr.io/open-webui/open-webui:v0.6.42
ghcr.io/open-webui/open-webui:v0.6.42-ollama
ghcr.io/open-webui/open-webui:v0.6.42-cuda
ghcr.io/open-webui/open-webui:v0.7
ghcr.io/open-webui/open-webui:v0.7-ollama
ghcr.io/open-webui/open-webui:v0.7-cuda
```
### Using the Dev Branch 🌙

View File

@@ -10,7 +10,7 @@ This tutorial is a community contribution and is not supported by the Open WebUI
:::
> [!WARNING]
> This documentation was created/updated based on version 0.6.42 and updated for recent migrations.
> This documentation was created/updated based on version 0.7 and updated for recent migrations.
## Open-WebUI Internal SQLite Database