openairs 0.2.0

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