fix(router.py): azure client init fix

This commit is contained in:
Krrish Dholakia 2024-01-08 14:56:57 +05:30
parent cf409dd86e
commit 94ba5e46aa

View file

@ -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