openai4rs 0.1.9

A non-official Rust crate for calling the OpenAI service
Documentation
1
2
3
4
5
6
7
pub mod handler;
pub mod params;
pub mod types;

pub use handler::Completions;
pub use params::CompletionsParam;
pub use types::Completion;