Use sonnet when testing premium mode in extract e2e (#1098)

* Use sonnet when testing premium mode in extract e2e

* fix parse model
This commit is contained in:
Neeraj Pradhan
2026-01-27 16:16:48 -08:00
committed by GitHub
parent 38da9a52d7
commit 42b7bbd1ae
+5 -1
View File
@@ -61,7 +61,11 @@ def get_test_cases():
ExtractConfig(
extraction_mode=ExtractMode.MULTIMODAL, invalidate_cache=True
),
ExtractConfig(extraction_mode=ExtractMode.PREMIUM, invalidate_cache=True),
ExtractConfig(
extraction_mode=ExtractMode.PREMIUM,
invalidate_cache=True,
parse_model="anthropic-sonnet-4.5",
),
]
for input_file in sorted(input_files):