my-chatgpt 0.2.3

A simple API wrapper for the ChatGPT API
Documentation
1
2
3
4
5
6
7
pub mod response;
#[cfg(test)]
mod test;

pub use response::send_chat;