Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buhe/git-gpt
Use GPT 3.5 API generate git commit log.
https://github.com/buhe/git-gpt
Last synced: about 2 months ago
JSON representation
Use GPT 3.5 API generate git commit log.
- Host: GitHub
- URL: https://github.com/buhe/git-gpt
- Owner: buhe
- License: apache-2.0
- Created: 2022-06-17T03:33:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T14:49:25.000Z (about 1 year ago)
- Last Synced: 2024-12-25T16:51:27.622Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 184 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## git-gpt
Use GPT 3.5 API generate git commit log.
### Install
```bash
cargo install git-gpt
```### Usage
```bash
export OPENAI_API_KEY=YOUR_TOKEN
# Token is here https://platform.openai.com/account/api-keys
git gpt
git push
```
or you can use proxy url, take a look https://github.com/buhe/openai_aws_proxy, proxy serve on aws serverless, proxy used by open ai block regsion.
```bash
export OPENAI_URL=YOUR_PROXY_URL
```### Task
- [x] Add all files
- [x] Commit all
- [x] Diff files and skip some files
- [x] Generate git commit log
- [x] Add proxy