From e2d71acb9d28ed26282c3196c9f5b34cb880c59b Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Date: Mon, 7 Jul 2025 21:27:35 +0530 Subject: [PATCH] fix: remove comments --- pr_agent/algo/ai_handlers/litellm_ai_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pr_agent/algo/ai_handlers/litellm_ai_handler.py b/pr_agent/algo/ai_handlers/litellm_ai_handler.py index cececc60..2dd4ad31 100644 --- a/pr_agent/algo/ai_handlers/litellm_ai_handler.py +++ b/pr_agent/algo/ai_handlers/litellm_ai_handler.py @@ -365,7 +365,6 @@ class LiteLLMAIHandler(BaseAiHandler): kwargs["extra_headers"] = litellm_extra_headers # Support for custom OpenAI body fields (e.g., Flex Processing) - # Only allow whitelisted keys for security allowed_extra_body_keys = {"processing_mode", "service_tier"} extra_body = getattr(getattr(get_settings(), "litellm", None), "extra_body", None) if extra_body: