mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 07:08:05 +00:00
fbad073a1f
Replace per-request `httpx.AsyncClient` with `get_async_httpx_client` to avoid the +500ms latency penalty from creating new clients per request. Updates tests to mock the cached client factory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>