|
@@ -146,10 +146,17 @@ docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/wa
|
|
|
|
|
|
In the last part of the command, replace `open-webui` with your container name if it is different.
|
|
|
|
|
|
-### Moving from Ollama WebUI to Open WebUI
|
|
|
-
|
|
|
Check our Migration Guide available in our [Open WebUI Documentation](https://docs.openwebui.com/migration/).
|
|
|
|
|
|
+### Exploring Cutting-Edge Features 🚀
|
|
|
+
|
|
|
+> [!WARNING]
|
|
|
+> The `:dev` branch contains the latest unstable features and changes. Use it at your own risk as it may have bugs or incomplete features.
|
|
|
+
|
|
|
+If you want to try out the latest bleeding-edge features and are okay with occasional instability, you can use the `:dev` tag like this:
|
|
|
+
|
|
|
+`ghcr.io/open-webui/open-webui:dev`
|
|
|
+
|
|
|
## What's Next? 🌟
|
|
|
|
|
|
Discover upcoming features on our roadmap in the [Open WebUI Documentation](https://docs.openwebui.com/roadmap/).
|