mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-08-29 16:41:25 +02:00
2cfc7670ed
These two parameters were overlooked when task parameters were being JSONized within `generation_settings` and have been added. A regression test has been added to prevent the problem from recurring and it passes. Fixes #25803