fix(router.py): azure client init fix

This commit is contained in:
Krrish Dholakia 2024-01-08 14:56:57 +05:30
parent 1a480b3bd2
commit 1ca7747371

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