mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
style(install.sh): show git clone warning in blue
This commit is contained in:
parent
bab4f16a4c
commit
d5b7b515c0
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ fi
|
|||
# ── install ────────────────────────────────────────────────────────────────
|
||||
echo ""
|
||||
header "Installing litellm[proxy]…"
|
||||
info "This clones from GitHub and may take 2–3 minutes on first install."
|
||||
printf " \033[38;2;177;185;249m ℹ This clones from GitHub and may take 2–3 minutes on first install.\033[0m\n"
|
||||
echo ""
|
||||
|
||||
"$PYTHON_BIN" -m pip install --upgrade --force-reinstall "${LITELLM_PACKAGE}" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue