fix(install.sh): remove stale LITELLM_BRANCH reference that caused unbound variable error

This commit is contained in:
Ishaan Jaffer 2026-03-14 11:40:02 -07:00
parent 3998b47c84
commit 027174df58

View file

@ -78,11 +78,7 @@ fi
# ── install ────────────────────────────────────────────────────────────────
echo ""
if [ -n "$LITELLM_BRANCH" ]; then
header "Installing litellm from branch '${LITELLM_BRANCH}'…"
else
header "Installing litellm[proxy]…"
fi
header "Installing litellm[proxy]…"
echo ""
"$PYTHON_BIN" -m pip install --quiet --progress-bar off "${LITELLM_PACKAGE}" \