chatgpt_api 0.3.0

Use ChatGPT easily from Rust. Or from the command line.
Documentation
1
2
3
4
5
6
7
#[derive(clap::Parser)]
#[clap(about, version, author)]
pub struct Args {
    /// Sets the level of verbosity
    #[clap(short, long)]
    pub verbose: bool,
}