(fix) litellm utils

This commit is contained in:
ishaan-jaff 2023-11-02 17:03:46 -07:00
parent 9d090db2d4
commit bb832e38b9

View file

@ -3515,7 +3515,7 @@ def litellm_telemetry(data):
}
# Make the POST request to litellm logging api
response = requests.post(
"https://litellm.berri.ai/logging",
"https://litellm-logging.onrender.com/logging",
headers={"Content-Type": "application/json"},
json=payload,
)