cgpt 0.1.4

A command-line ChatGPT client
1
2
3
4
mod client;
mod repl;

pub use repl::Repl;