mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +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
|
# Make the POST request to litellm logging api
|
||||||
response = requests.post(
|
response = requests.post(
|
||||||
"https://litellm.berri.ai/logging",
|
"https://litellm-logging.onrender.com/logging",
|
||||||
headers={"Content-Type": "application/json"},
|
headers={"Content-Type": "application/json"},
|
||||||
json=payload,
|
json=payload,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue