Skip to content

Commit 87c2da8

Browse files
authored
use premium (#10)
1 parent a691484 commit 87c2da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/{{ project_name_snake }}/config.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extracted_data_collection = "{{ project_name }}"
2828
def get_extract_agent() -> ExtractionAgent:
2929
extract_api = LlamaExtract(api_key=api_key, base_url=base_url)
3030
config = ExtractConfig(
31-
extraction_mode=ExtractMode.BALANCED,
31+
extraction_mode=ExtractMode.PREMIUM,
3232
system_prompt=None,
3333
# advanced
3434
use_reasoning=False,

test-proj/src/test_proj/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
def get_extract_agent() -> ExtractionAgent:
2929
extract_api = LlamaExtract(api_key=api_key, base_url=base_url)
3030
config = ExtractConfig(
31-
extraction_mode=ExtractMode.BALANCED,
31+
extraction_mode=ExtractMode.PREMIUM,
3232
system_prompt=None,
3333
# advanced
3434
use_reasoning=False,

0 commit comments

Comments
 (0)