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 #
LlamacppRpcClient
also takesheaders
that will be sent with each request.generationSettings
returns the fullMap
of applied settings,GenerationSettings
may be created from it.- Updated
CompletionImageData
to storebytes
while constructing. - Support
/health
endpoint. - Support
/props
endpoint. Note: property classes are mostly auto-generated, may be subject to breaking changes. LlamacppRpcBatchClient
(experimental) batch request processing.
0.1.0 #
- Initial version.