mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: relevant comment req changes
This commit is contained in:
parent
b73d3a35ca
commit
b1ade5fbd7
1 changed files with 1 additions and 1 deletions
|
|
@ -1023,7 +1023,7 @@ async def add_litellm_data_to_request( # noqa: PLR0915
|
|||
"spend_logs_metadata"
|
||||
]
|
||||
|
||||
## PROJECT-LEVEL SPEND LOGS/TAGS
|
||||
## PROJECT-LEVEL TAGS
|
||||
project_metadata = user_api_key_dict.project_metadata or {}
|
||||
if "tags" in project_metadata and project_metadata["tags"] is not None:
|
||||
data[_metadata_variable_name]["tags"] = LiteLLMProxyRequestSetup._merge_tags(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue