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