chat-rs 0.0.6

Build LLM clients with ease, attach them to your tools
Documentation
1
2
3
4
5
6
7
8
pub mod core;
pub mod providers;
pub mod utils;

pub use core::*;
pub use providers::*;

pub mod macros;