llm_client 0.0.7

llm_client: The easiest Rust interface for local LLMs
Documentation
1
2
3
4
5
6
7
pub mod anthropic;
#[cfg(feature = "llama_cpp_backend")]
pub mod llama_cpp;
#[cfg(feature = "mistral_rs_backend")]
pub mod mistral_rs;
pub mod openai;
pub mod perplexity;