From b9133a2416dae49fea28bc4adf4cfeeb6022b44431b6ef294f8c3f191587728e Mon Sep 17 00:00:00 2001 From: tlg Date: Thu, 9 Jul 2026 10:59:14 +0200 Subject: [PATCH] fix(projekt-matching): correct stale llm.py docstring --- projekt-matching/projektmatch/llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projekt-matching/projektmatch/llm.py b/projekt-matching/projektmatch/llm.py index ac555ef..c88fa8f 100644 --- a/projekt-matching/projektmatch/llm.py +++ b/projekt-matching/projektmatch/llm.py @@ -1,4 +1,4 @@ -"""vLLM (OpenAI-compatible) calls with guided_json + German prompts. +"""vLLM (OpenAI-compatible) calls with response_format json_schema + German prompts. The model is a REASONING model: max_tokens stays UNSET so long thinking chains cannot truncate the final answer (65k context window).