openairs 0.1.1

A simple and efficient wrapper around the OpenAI API
Documentation
1
2
3
4
5
6
use std::error::Error;

#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {
    Ok(())
}