gptrust_http 0.1.4

The HTTP bindings for gptrust_api
Documentation
1
2
3
4
5
pub mod get;
pub mod post;

pub use self::get::openai_get;
pub use self::post::{openai_post, openai_post_form};