mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(test) load test with api.litellm.ai
This commit is contained in:
parent
b770ff2404
commit
2f3e13e43b
1 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue