llama.cpp
ebc10770 - server : fix reasoning budget WebUI precedence over model.ini (#24517)

Commit
24 days ago
server : fix reasoning budget WebUI precedence over model.ini (#24517) When reasoning-budget is set in model.ini, the per-request thinking_budget_tokens from the WebUI was ignored because the model.ini value took unconditional precedence. Swap the precedence so the WebUI per-request value is checked first, with the model.ini value serving as a fallback default. Assisted-by: pi:llama.cpp/Qwen3.6-27B
Author
Parents
Loading