Structs§
- Infill
Request - JSON payload for
POST /infill, llama.cpp’s fill-in-the-middle (FIM) endpoint. - Infill
Request Builder - Use builder syntax to set the inputs and finish with
build(). - Input
Extra - Helper object for
input_extra.
Traits§
- Infill
Request Provider - Anything that can present a
&InfillRequestfor the duration of one synchronous operation.