llm-bridge 0.2.0

SDK for interacting with various Large Language Model (LLM) APIs using a common interface
Documentation
1
2
3
4
5
pub mod client;
pub mod request;
pub mod error;
pub mod tool;
pub mod response;