forked from phoenix/litellm-mirror
(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
|
# Set the base URL as needed
|
||||||
# base_url = "https://api.litellm.ai"
|
base_url = "https://api.litellm.ai"
|
||||||
# Uncomment the line below if you want to switch to the local server
|
# # Uncomment the line below if you want to switch to the local server
|
||||||
base_url = "http://0.0.0.0:8000"
|
# base_url = "http://0.0.0.0:8000"
|
||||||
|
|
||||||
# Step 1 Add a config to the proxy, generate a temp key
|
# Step 1 Add a config to the proxy, generate a temp key
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue