async-openai 0.36.1

Rust library for OpenAI
Documentation
1
2
3
4
5
mod embedding;
#[cfg(feature = "_api")]
mod impls;

pub use embedding::*;