llamacpp_rpc_client 0.2.0
llamacpp_rpc_client: ^0.2.0 copied to clipboard
HTTP client bindings to call the llama.cpp RPC server
Changelog #
0.2.0 #
LlamacppRpcClientalso takesheadersthat will be sent with each request.generationSettingsreturns the fullMapof applied settings,GenerationSettingsmay be created from it.- Updated
CompletionImageDatato storebyteswhile constructing. - Support
/healthendpoint. - Support
/propsendpoint. Note: property classes are mostly auto-generated, may be subject to breaking changes. LlamacppRpcBatchClient(experimental) batch request processing.
0.1.0 #
- Initial version.