mirror of
https://github.com/mostlygeek/llama-swap.git
synced 2026-09-07 16:37:22 +02:00
A `setParams` / `setParamsByID` key ending in `?` is set-if-undefined: the value is applied only when the request doesn't already carry that parameter. Plain keys keep forcing their values, and a config that doesn't use the suffix behaves exactly as before. Fixes: #1052