openai4rs 0.1.9

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

pub use handler::Chat;
pub use params::ChatParam;
pub use tool_parameters::Parameters;
pub use types::*;