Simple terminal emulator for interacting with the ChatGPT 3.5 service. Made in Rust, using the OpenAI API. It was created with the intention of using the service without the need for a web interface, focusing only on the occasional use of a simple terminal.
git clone https://github.com//JMoreira2Dev/ChatGPT-Cmd.git
cd ChatGPT-Cmd
cargo build --release
or
cargo install --git=https://github.com//JMoreira2Dev/ChatGPT-Cmd.git
./app {OpenAI token key}
Select API
- Colored Documentation => Colored
- Chat_gpt_rs Documentation => Chat_gpt_rs
- OpenAI API => API