test_transcription
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 45s

This commit is contained in:
Ishaan Jaff 2024-12-02 23:55:43 -08:00
parent caab04be31
commit 04238cd9a9
2 changed files with 2 additions and 2 deletions

View file

@ -427,7 +427,7 @@ async def add_litellm_data_to_request( # noqa: PLR0915
if _metadata_variable_name not in data:
data[_metadata_variable_name] = {}
# We want to log the "metadata" from the client side request. Avoid circular reference by not directly assigning metadata to itself
# We want to log the "metadata" from the client side request. Avoid circular reference by not directly assigning metadata to itself.
if "metadata" in data and data["metadata"] is not None:
data[_metadata_variable_name]["requester_metadata"] = copy.deepcopy(
data["metadata"]