Package: gitGPT 0.1.3
gitGPT: Automated Git Commit Messages using the 'OpenAI' 'GPT' Model
Automates the process of adding, committing, and pushing changes to a 'git' repository using commit messages generated by passing the git diff output to the 'OpenAI' 'GPT-3.5 Turbo' model (<https://platform.openai.com/docs/models/gpt-3>).
Authors:
gitGPT_0.1.3.tar.gz
gitGPT_0.1.3.zip(r-4.7)gitGPT_0.1.3.zip(r-4.6)gitGPT_0.1.3.zip(r-4.5)
gitGPT_0.1.3.tgz(r-4.6-any)gitGPT_0.1.3.tgz(r-4.5-any)
gitGPT_0.1.3.tar.gz(r-4.7-any)gitGPT_0.1.3.tar.gz(r-4.6-any)
gitGPT_0.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
gitGPT/json (API)
| # Install 'gitGPT' in R: |
| install.packages('gitGPT', repos = c('https://cranhaven.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/stevecondylios/gitgpt/issues
Last updated from:af56e732c1 (on package/gitGPT). Checks:5 NOTE, 4 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 123 | ||
| source / vignettes | OK | 155 | ||
| linux-release-x86_64 | NOTE | 122 | ||
| macos-release-arm64 | NOTE | 122 | ||
| macos-oldrel-arm64 | OK | 100 | ||
| windows-devel | NOTE | 74 | ||
| windows-release | NOTE | 78 | ||
| windows-oldrel | OK | 72 | ||
| wasm-release | OK | 99 |
Exports:add_commit_pushcommitgenerate_commit_messagegenerate_encoded_git_diff_outputgenerate_git_diff_outputsuggest_commit_message
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add, commit, and push changes to a Git repository | add_commit_push |
| Commit changes using an auto-generated commit message | commit |
| Generate commit message | generate_commit_message |
| Encode git diff output | generate_encoded_git_diff_output |
| Generate git diff output | generate_git_diff_output |
| gitGPT: Automated Git Commit Messages Using the 'OpenAI' 'GPT-3.5 Turbo' Large Language Model | gitGPT |
| Suggest a commit message based on the provided git diff | suggest_commit_message |
