File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
_test_unstructured_client/integration Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1313from unstructured_client .utils .retries import BackoffStrategy , RetryConfig
1414
1515
16- # FREEMIUM_URL = "https://api.unstructured.io"
17- FREEMIUM_URL = "http://127.0.0.1:8009"
16+ FREEMIUM_URL = "https://api.unstructured.io"
1817
1918
2019@pytest .fixture (scope = "module" )
@@ -236,9 +235,6 @@ async def call_api():
236235 assert len (elements ) > 0
237236
238237
239- # TODO (klaijan) - still cannot test against vlm if the updated client vlm is not generated
240- # `vlm_model cannot be empty for vlm requests.` because partition_parameters do not have the param.
241- # TODO (klaijan) - test with more models and providers
242238@pytest .mark .parametrize ("split_pdf" , [True , False ])
243239@pytest .mark .parametrize ("vlm_model" , ["gpt-4o" ])
244240@pytest .mark .parametrize ("vlm_model_provider" , ["openai" ])
You can’t perform that action at this time.
0 commit comments