fixed reasoning

This commit is contained in:
2026-06-10 14:37:27 +03:00
parent 905d756a25
commit 89158930ee
6 changed files with 47 additions and 22 deletions
+1
View File
@@ -82,6 +82,7 @@ async def _call_extractor(
],
temperature=0.2,
model=extract_model,
for_extraction=True,
)
raw = strip_markdown_json(result.get("content") or "")
if not raw: