From 72d7f64345a40be62b4f0aaa6e1f49b2cbd0f48c Mon Sep 17 00:00:00 2001 From: Harshit28j Date: Fri, 27 Feb 2026 13:52:50 +0530 Subject: [PATCH] fix: relevant comment req changes --- litellm/proxy/litellm_pre_call_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/litellm_pre_call_utils.py b/litellm/proxy/litellm_pre_call_utils.py index eac1c4a33c..3168bcd812 100644 --- a/litellm/proxy/litellm_pre_call_utils.py +++ b/litellm/proxy/litellm_pre_call_utils.py @@ -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(