From 306c2b425d935e24c9926ce1fdfa897e6c034430 Mon Sep 17 00:00:00 2001 From: Chris Van Pelt Date: Thu, 20 Jun 2024 17:48:16 -0700 Subject: [PATCH] Update proxy_cli.py Fixed indentation to so we don't get an `UnboundLocalError`. Fixes #4324 --- litellm/proxy/proxy_cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/litellm/proxy/proxy_cli.py b/litellm/proxy/proxy_cli.py index 066cbb9da..5bb97a686 100644 --- a/litellm/proxy/proxy_cli.py +++ b/litellm/proxy/proxy_cli.py @@ -500,9 +500,9 @@ def run_server( load_aws_kms(use_aws_kms=True) else: raise ValueError("Invalid Key Management System selected") - key_management_settings = general_settings.get( - "key_management_settings", None - ) + key_management_settings = general_settings.get( + "key_management_settings", None + ) if key_management_settings is not None: import litellm