@@ -66,7 +66,6 @@ def _anthropic_client(
6666 base_url = str (self .uipath_sync_client .base_url ),
6767 default_headers = dict (self .uipath_sync_client .headers ),
6868 max_retries = 0 , # handled by the UiPathBaseLLMClient
69- timeout = None , # handled by the UiPathBaseLLMClient
7069 http_client = self .uipath_sync_client ,
7170 )
7271 case "vertexai" :
@@ -76,7 +75,6 @@ def _anthropic_client(
7675 access_token = "PLACEHOLDER" ,
7776 base_url = str (self .uipath_sync_client .base_url ),
7877 default_headers = dict (self .uipath_sync_client .headers ),
79- timeout = None , # handled by the UiPathBaseLLMClient
8078 max_retries = 0 , # handled by the UiPathBaseLLMClient
8179 http_client = self .uipath_sync_client ,
8280 )
@@ -87,7 +85,6 @@ def _anthropic_client(
8785 aws_region = "PLACEHOLDER" ,
8886 base_url = str (self .uipath_sync_client .base_url ),
8987 default_headers = dict (self .uipath_sync_client .headers ),
90- timeout = None , # handled by the UiPathBaseLLMClient
9188 max_retries = 0 , # handled by the UiPathBaseLLMClient
9289 http_client = self .uipath_sync_client ,
9390 )
@@ -96,7 +93,6 @@ def _anthropic_client(
9693 api_key = "PLACEHOLDER" ,
9794 base_url = str (self .uipath_sync_client .base_url ),
9895 default_headers = dict (self .uipath_sync_client .headers ),
99- timeout = None , # handled by the UiPathBaseLLMClient
10096 max_retries = 0 , # handled by the UiPathBaseLLMClient
10197 http_client = self .uipath_sync_client ,
10298 )
@@ -112,7 +108,6 @@ def _async_anthropic_client(
112108 base_url = str (self .uipath_async_client .base_url ),
113109 default_headers = dict (self .uipath_async_client .headers ),
114110 max_retries = 0 , # handled by the UiPathBaseLLMClient
115- timeout = None , # handled by the UiPathBaseLLMClient
116111 http_client = self .uipath_async_client ,
117112 )
118113 case "vertexai" :
@@ -122,7 +117,6 @@ def _async_anthropic_client(
122117 access_token = "PLACEHOLDER" ,
123118 base_url = str (self .uipath_async_client .base_url ),
124119 default_headers = dict (self .uipath_async_client .headers ),
125- timeout = None , # handled by the UiPathBaseLLMClient
126120 max_retries = 0 , # handled by the UiPathBaseLLMClient
127121 http_client = self .uipath_async_client ,
128122 )
@@ -133,7 +127,6 @@ def _async_anthropic_client(
133127 aws_region = "PLACEHOLDER" ,
134128 base_url = str (self .uipath_async_client .base_url ),
135129 default_headers = dict (self .uipath_async_client .headers ),
136- timeout = None , # handled by the UiPathBaseLLMClient
137130 max_retries = 0 , # handled by the UiPathBaseLLMClient
138131 http_client = self .uipath_async_client ,
139132 )
@@ -142,7 +135,6 @@ def _async_anthropic_client(
142135 api_key = "PLACEHOLDER" ,
143136 base_url = str (self .uipath_async_client .base_url ),
144137 default_headers = dict (self .uipath_async_client .headers ),
145- timeout = None , # handled by the UiPathBaseLLMClient
146138 max_retries = 0 , # handled by the UiPathBaseLLMClient
147139 http_client = self .uipath_async_client ,
148140 )
0 commit comments