downgrade openwebui

This commit is contained in:
CanbiZ (MickLesk)
2026-02-13 10:12:04 +01:00
parent 60ebdc97a5
commit 3156e8e363
2 changed files with 4 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ function update_script() {
msg_ok "Removed legacy installation"
msg_info "Installing uv-based Open-WebUI"
PYTHON_VERSION="3.12" setup_uv
$STD uv tool install --python 3.12 open-webui[all]
PYTHON_VERSION="3.11" setup_uv
$STD uv tool install --python 3.11 open-webui[all]
msg_ok "Installed uv-based Open-WebUI"
msg_info "Restoring data"