inklings 0.1.0

A unified Rust API for various Large Language Model (LLM) providers
Documentation
1
2
3
4
5
pub mod provider;
pub mod types;
pub mod client;

pub use client::Client;