A command line client for chat-gpt with some helpful features build on top of it.
- rust
- cargo
- make (opt)
- Clone this repo.
- Get your Chat-GPT API key from: https://platform.openai.com/account/api-keys
- Copy the key to a file located at
~/dev/GPT-KEY
Than run:
make
or
cargo run
For debugging run
make debug
This project is open to contributions. Feel free to submit a pull request or open an issue if you have any suggestions or find any bugs.
The docs contain a collection of feature ideas.
This project is licensed under the MIT License.