fix(projekt-matching): correct stale llm.py docstring

This commit is contained in:
tlg
2026-07-09 10:59:14 +02:00
parent 9cbdd2e28c
commit b9133a2416

View File

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