in aidial_interceptors_sdk/utils/_http_client.py [0:0]
def get_http_client() -> httpx.AsyncClient: return httpx.AsyncClient( timeout=DEFAULT_TIMEOUT, limits=DEFAULT_CONNECTION_LIMITS, follow_redirects=True, )