alith-interface 0.4.3

The Backend for the alith-client Crate
Documentation
1
2
3
4
5
6
7
pub mod error;
pub mod request;
pub mod response;

pub use error::EmbeddingsError;
pub use request::EmbeddingsRequest;
pub use response::{EmbeddingsData, EmbeddingsResponse, Usage};