mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix(router.py): azure client init fix
This commit is contained in:
parent
1a480b3bd2
commit
1ca7747371
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue