Files
qwen3.5-122B-A10B-on-spark/runtime
Entrpi 3f05a87cdf fix(serve): let empty TOOL_PARSER/REASONING_PARSER disable the parser
Use ${VAR-default} instead of ${VAR:-default} so an explicit empty value
(e.g. REASONING_PARSER=) disables the parser rather than falling back to the
default — matching the README's documented "disable with TOOL_PARSER=''".
2026-06-27 17:29:27 +10:00
..