//! Tools for interacting with the OpenAI chatGPT API.
//! The config includes the endpoint and api_key, which can be easily saved.
//! Usage example is [here](https://github.com/kingwingfly/gpt).
//! Having an openAI mock server, stream the chat.
#![cfg_attr(docsrs,feature(doc_auto_cfg))]pubmodchat;pubmodconfig;pubmodctx;pubmoddata;pubmoderror;#[cfg(feature ="mock")]pubmodmock;pubmodmodel;pubmodmsg;pubmodreq;