openairs 0.1.1

A simple and efficient wrapper around the OpenAI API
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod completions;
pub mod edits;
pub mod embeddings;
pub mod error;
pub mod images;
pub mod models;