This commit is contained in:
2026-04-30 10:14:53 -06:00
parent e522765e3e
commit 17948a69f3

View File

@@ -37,6 +37,7 @@ def _call_llm(content: str) -> int | None:
],
max_tokens=10,
stream=False,
extra_body={"thinking": {"type": "disabled"}},
)
text = response.choices[0].message.content or ""
match = re.search(r"[1-6]", text)