diff --git a/litellm/proxy/tests/load_test_q.py b/litellm/proxy/tests/load_test_q.py index 3cf952468..6b1da1ece 100644 --- a/litellm/proxy/tests/load_test_q.py +++ b/litellm/proxy/tests/load_test_q.py @@ -6,9 +6,9 @@ load_dotenv() # Set the base URL as needed -# base_url = "https://api.litellm.ai" -# Uncomment the line below if you want to switch to the local server -base_url = "http://0.0.0.0:8000" +base_url = "https://api.litellm.ai" +# # Uncomment the line below if you want to switch to the local server +# base_url = "http://0.0.0.0:8000" # Step 1 Add a config to the proxy, generate a temp key config = {