my-chatgpt 0.3.0

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

pub use response::send_chat;
pub use embedding::{get_embedding, Embedding, EmbeddingModel};