From 1ca7747371c3e66edf9cdfa63349dc71beb8db4c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 8 Jan 2024 14:56:57 +0530 Subject: [PATCH] fix(router.py): azure client init fix --- litellm/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/router.py b/litellm/router.py index c4a48581b..311afeb44 100644 --- a/litellm/router.py +++ b/litellm/router.py @@ -1469,7 +1469,7 @@ class Router: api_version=api_version, timeout=stream_timeout, max_retries=max_retries, - http_client=httpx.Client( + http_client=httpx.AsyncClient( limits=httpx.Limits( max_connections=1000, max_keepalive_connections=100