rig-core 0.35.0

An opinionated library for building LLM powered applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod completion;
pub mod embedding;
pub mod model_listing;
pub mod transcription;

pub use client::*;
pub use completion::*;
pub use embedding::*;
pub use model_listing::*;
pub use transcription::*;