diff --git a/litellm/tests/test_proxy_cli.py b/litellm/tests/test_proxy_cli.py index 6a89c4a35e..43148525c1 100644 --- a/litellm/tests/test_proxy_cli.py +++ b/litellm/tests/test_proxy_cli.py @@ -6,7 +6,7 @@ # from dotenv import load_dotenv # import os -# load_dotenv() +# load_dotenv() # ## This tests the litellm proxy cli, it creates a proxy server and makes a basic chat completion request to gpt-3.5-turbo # ## Do not comment this test out