mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 15:05:47 +00:00
use render endpoint for proxy
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user