mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix(install.sh): remove stale LITELLM_BRANCH reference that caused unbound variable error
This commit is contained in:
parent
3998b47c84
commit
027174df58
1 changed files with 1 additions and 5 deletions
|
|
@ -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}" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue