(test) load test with api.litellm.ai

This commit is contained in:
ishaan-jaff 2023-11-21 21:07:27 -08:00
parent b770ff2404
commit 2f3e13e43b

View file

@ -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 = {