async-openai-wasm 0.31.2

Rust library for OpenAI on WASM
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod api;
#[cfg(feature = "_api")]
mod form;
mod impls;
mod video;

pub use api::*;
pub use video::*;

// Re-export shared types that are used in videos
pub use crate::types::shared::ImageInput;