mirror of
https://github.com/open-webui/docs.git
synced 2026-03-26 13:18:42 +07:00
0.7
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
:::
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 🌙
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user