openllm 0.5.2

A simple SDK for OpenAI compatible API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod chat_completion;
mod create_image;
mod embedding;
mod speech;
mod whisper;

pub use chat_completion::*;
pub use create_image::*;
pub use embedding::*;
pub use speech::*;
pub use whisper::*;