mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
chore(providers): keep URL model guard config-only
This commit is contained in:
parent
d75f62a17c
commit
ec07fbbb4b
1 changed files with 1 additions and 3 deletions
|
|
@ -280,9 +280,7 @@ ssl_security_level: Optional[str] = None
|
|||
ssl_certificate: Optional[str] = None
|
||||
user_url_validation: bool = True
|
||||
user_url_allowed_hosts: List[str] = []
|
||||
reject_url_model_destinations: bool = os.getenv(
|
||||
"LITELLM_REJECT_URL_MODEL_DESTINATIONS", "true"
|
||||
).lower() not in ("false", "0")
|
||||
reject_url_model_destinations: bool = True
|
||||
ssl_ecdh_curve: Optional[str] = (
|
||||
None # Set to 'X25519' to disable PQC and improve performance
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue