fix: remove comments

This commit is contained in:
Abhinav Kumar
2025-07-07 21:27:35 +05:30
parent 8127d52ab3
commit e2d71acb9d

View File

@ -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: