mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 08:24:52 +00:00
fix: relevant comment req changes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user