mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
test_transcription
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 45s
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 45s
This commit is contained in:
parent
caab04be31
commit
04238cd9a9
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue