mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
Honor environment proxies whenever Python would use httpx (sync calls, HTTP/2, aiohttp disabled), apply the per-call ssl_verify argument, ignore empty or missing SSL env values the way http_handler.py does, expire pooled clients after an hour so rotated certificates reload, keep the client certificate off media downloads, and decline instead of raising when a litellm global has an unexpected type
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"http_settings": [
|
|
"ssl_verify",
|
|
"ssl_certificate",
|
|
"ssl_security_level",
|
|
"ssl_ecdh_curve",
|
|
"force_ipv4",
|
|
"http2",
|
|
"aiohttp_trust_env",
|
|
"disable_aiohttp_transport",
|
|
"user_agent"
|
|
]
|
|
}
|