Skip to content

Commit 550fb56

Browse files
committed
feat: syntactic+semantic validation-driven extraction pipeline
1 parent 206f2ea commit 550fb56

2 files changed

Lines changed: 390 additions & 25 deletions

File tree

src/file_manipulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def fill_report(self, session: Session, user_input: str, schema_id: int, canonic
7676

7777
try:
7878
# 1. Extract against the canonical target
79-
self.llm.set_model_config(provider="gemini", model_name="gemini-2.5-flash")
79+
self.llm.set_model_config()
8080
self.llm._target_fields = canonical_target
8181
self.llm._transcript_text = user_input
8282

0 commit comments

Comments
 (0)