@@ -89,8 +89,8 @@ def __init__(
8989 http_client = build_httpx_client (
9090 model_name = model_name ,
9191 byo_connection_id = byo_connection_id ,
92- api_config = _build_api_config (),
9392 client_settings = client_settings ,
93+ api_config = _build_api_config (),
9494 timeout = timeout ,
9595 max_retries = max_retries ,
9696 default_headers = default_headers ,
@@ -136,8 +136,8 @@ def __init__(
136136 http_client = build_httpx_async_client (
137137 model_name = model_name ,
138138 byo_connection_id = byo_connection_id ,
139- api_config = _build_api_config (),
140139 client_settings = client_settings ,
140+ api_config = _build_api_config (),
141141 timeout = timeout ,
142142 max_retries = max_retries ,
143143 default_headers = default_headers ,
@@ -185,8 +185,8 @@ def __init__(
185185 http_client = build_httpx_client (
186186 model_name = model_name ,
187187 byo_connection_id = byo_connection_id ,
188- api_config = _build_api_config (vendor_type = VendorType .AWSBEDROCK ),
189188 client_settings = client_settings ,
189+ api_config = _build_api_config (vendor_type = VendorType .AWSBEDROCK ),
190190 timeout = timeout ,
191191 max_retries = max_retries ,
192192 default_headers = default_headers ,
@@ -234,8 +234,8 @@ def __init__(
234234 http_client = build_httpx_async_client (
235235 model_name = model_name ,
236236 byo_connection_id = byo_connection_id ,
237- api_config = _build_api_config (vendor_type = VendorType .AWSBEDROCK ),
238237 client_settings = client_settings ,
238+ api_config = _build_api_config (vendor_type = VendorType .AWSBEDROCK ),
239239 timeout = timeout ,
240240 max_retries = max_retries ,
241241 default_headers = default_headers ,
@@ -283,8 +283,8 @@ def __init__(
283283 http_client = build_httpx_client (
284284 model_name = model_name ,
285285 byo_connection_id = byo_connection_id ,
286- api_config = _build_api_config (vendor_type = VendorType .VERTEXAI ),
287286 client_settings = client_settings ,
287+ api_config = _build_api_config (vendor_type = VendorType .VERTEXAI ),
288288 timeout = timeout ,
289289 max_retries = max_retries ,
290290 default_headers = default_headers ,
@@ -332,8 +332,8 @@ def __init__(
332332 http_client = build_httpx_async_client (
333333 model_name = model_name ,
334334 byo_connection_id = byo_connection_id ,
335- api_config = _build_api_config (vendor_type = VendorType .VERTEXAI ),
336335 client_settings = client_settings ,
336+ api_config = _build_api_config (vendor_type = VendorType .VERTEXAI ),
337337 timeout = timeout ,
338338 max_retries = max_retries ,
339339 default_headers = default_headers ,
@@ -379,8 +379,8 @@ def __init__(
379379 http_client = build_httpx_client (
380380 model_name = model_name ,
381381 byo_connection_id = byo_connection_id ,
382- api_config = _build_api_config (vendor_type = VendorType .AZURE ),
383382 client_settings = client_settings ,
383+ api_config = _build_api_config (vendor_type = VendorType .AZURE ),
384384 timeout = timeout ,
385385 max_retries = max_retries ,
386386 default_headers = default_headers ,
@@ -426,8 +426,8 @@ def __init__(
426426 http_client = build_httpx_async_client (
427427 model_name = model_name ,
428428 byo_connection_id = byo_connection_id ,
429- api_config = _build_api_config (vendor_type = VendorType .AZURE ),
430429 client_settings = client_settings ,
430+ api_config = _build_api_config (vendor_type = VendorType .AZURE ),
431431 timeout = timeout ,
432432 max_retries = max_retries ,
433433 default_headers = default_headers ,
0 commit comments