forked from phoenix/litellm-mirror
use render endpoint for proxy
This commit is contained in:
parent
45983a3074
commit
9b55152d55
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def deploy_proxy(model, api_base, debug, temperature, max_tokens, telemetry, dep
|
|||
# print(data)
|
||||
|
||||
# Make post request to the url
|
||||
url = "https://api.litellm.ai/deploy"
|
||||
url = "https://litellm-api.onrender.com/deploy"
|
||||
# url = "http://0.0.0.0:4000/deploy"
|
||||
|
||||
with open(".env", "w") as env_file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue