chat-completions 0.3.1

Generic OpenAI-compatible Chat Completions client for chat-rs. Bring your own server (Ollama, vLLM, llama.cpp, LiteLLM, etc.).
Documentation
1
2
3
4
5
pub mod completion;
pub mod embedding;
#[cfg(feature = "stream")]
pub mod stream;
pub mod types;