open_ai 0.1.5

OpenAI library for Rust
Documentation
1
2
3
4
5
6
7
mod completions;
mod chat;

use serde::{Deserialize, Serialize};
pub use chat::Chat;
pub use chat::ChatModel;
pub use completions::*;