Module infill

Module infill 

Source

Structs§

InfillRequest
JSON payload for POST /infill, llama.cpp’s fill-in-the-middle (FIM) endpoint.
InfillRequestBuilder
Use builder syntax to set the inputs and finish with build().
InputExtra
Helper object for input_extra.

Traits§

InfillRequestProvider
Anything that can present a &InfillRequest for the duration of one synchronous operation.