mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
fix: remove comments
This commit is contained in:
parent
8127d52ab3
commit
e2d71acb9d
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue