From d1aa7029b71d29a5cbdbd1b42911fd703a60605b Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 14 Mar 2026 15:38:50 -0700 Subject: [PATCH] fix: add --port to suggested command, guard /dev/tty exec in install.sh --- litellm/setup_wizard.py | 2 +- scripts/install.sh | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/litellm/setup_wizard.py b/litellm/setup_wizard.py index 3a579d727c3..30af947430c 100644 --- a/litellm/setup_wizard.py +++ b/litellm/setup_wizard.py @@ -574,7 +574,7 @@ class SetupWizard: print() print(f" {bold('To start your proxy:')}") print() - print(f" {grey('$')} litellm --config {config_path}") + print(f" {grey('$')} litellm --config {config_path} --port {port}") print() print(f" {bold('Then set your client:')}") print() diff --git a/scripts/install.sh b/scripts/install.sh index fe87d346f36..b9912287b70 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -125,7 +125,12 @@ fi if [ -z "$answer" ] || [ "$answer" = "y" ] || [ "$answer" = "Y" ]; then echo "" - exec "$LITELLM_BIN" --setup