mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-14 17:50:37 +08:00
fix: remove comments
This commit is contained in:
@ -365,7 +365,6 @@ class LiteLLMAIHandler(BaseAiHandler):
|
|||||||
kwargs["extra_headers"] = litellm_extra_headers
|
kwargs["extra_headers"] = litellm_extra_headers
|
||||||
|
|
||||||
# Support for custom OpenAI body fields (e.g., Flex Processing)
|
# Support for custom OpenAI body fields (e.g., Flex Processing)
|
||||||
# Only allow whitelisted keys for security
|
|
||||||
allowed_extra_body_keys = {"processing_mode", "service_tier"}
|
allowed_extra_body_keys = {"processing_mode", "service_tier"}
|
||||||
extra_body = getattr(getattr(get_settings(), "litellm", None), "extra_body", None)
|
extra_body = getattr(getattr(get_settings(), "litellm", None), "extra_body", None)
|
||||||
if extra_body:
|
if extra_body:
|
||||||
|
Reference in New Issue
Block a user