From 79211aeb18fe89594512d8fb675d085214ea792a Mon Sep 17 00:00:00 2001 From: Andrew Stout Date: Sat, 16 Aug 2025 15:28:24 -0500 Subject: [PATCH] Add missing venv_path --- ct/litellm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/litellm.sh b/ct/litellm.sh index db655293..2fb7fcb4 100644 --- a/ct/litellm.sh +++ b/ct/litellm.sh @@ -30,6 +30,7 @@ function update_script() { fi msg_info "Updating $APP" + VENV_PATH="/opt/litellm/.venv" PYTHON_VERSION="3.13" setup_uv $STD "$VENV_PATH/bin/python" -m pip install --upgrade litellm[proxy] prisma msg_ok "Updated $APP"