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).