(fix) litellm utils

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

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,
)