mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(fix) litellm utils
This commit is contained in:
parent
9d090db2d4
commit
bb832e38b9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue