git-gpt
Use GPT 3.5 API generate git commit log.
Install
bash
cargo install git-gpt
Usage
```bash
export OPEANAI=YOURTOKEN
Token is here https://platform.openai.com/account/api-keys
git gpt
git push
```
Tasks
- [x] repo
- [x] add all
- [x] commit
- [x] request gpt
- [x] diff
- [x] generate git commit log
- [x] gpt log
- [x] use git cong instead of hard code
- [x] update document