llm_interface 0.0.3

llm_interface: The backend for the llm_client crate
Documentation
1
2
3
4
5
6
7
// Public modules
pub mod req;
pub mod res;

// Public exports
pub use req::LlamaCppCompletionRequest;
pub use res::LlamaCppCompletionResponse;