llm-sdk-rs 0.3.0

A Rust library that enables the development of applications that can interact with different language models through a unified interface.
Documentation
1
2
3
4
mod api;
mod model;

pub use model::{GoogleModel, GoogleModelOptions};