From 2f3e13e43b65fa3ed3773fe1e4f6e383a356211f Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 21 Nov 2023 21:07:27 -0800 Subject: [PATCH] (test) load test with api.litellm.ai --- litellm/proxy/tests/load_test_q.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = {