use render endpoint for proxy

This commit is contained in:
ishaan-jaff 2023-09-30 17:27:03 -07:00
parent 45983a3074
commit 9b55152d55

View file

@ -68,7 +68,7 @@ def deploy_proxy(model, api_base, debug, temperature, max_tokens, telemetry, dep
# print(data) # print(data)
# Make post request to the url # 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" # url = "http://0.0.0.0:4000/deploy"
with open(".env", "w") as env_file: with open(".env", "w") as env_file: