async-openai-wasm 0.31.2

Rust library for OpenAI on WASM
Documentation
1
2
3
4
5
mod api;
mod fine_tuning;

pub use api::*;
pub use fine_tuning::*;