Compare commits

...

2 Commits

Author SHA1 Message Date
Neeraj Pradhan 39a93d602b fix parse model 2026-01-27 16:05:23 -08:00
Neeraj Pradhan 0c04955c10 Use sonnet when testing premium mode in extract e2e 2026-01-27 15:48:14 -08:00
+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):