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.6-any)
gitGPT_0.1.3.tgz(r-4.5-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
gitGPT/json (API)
| # Install 'gitGPT' in R: |
| install.packages('gitGPT', repos = c('https://stevecondylios.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/stevecondylios/gitgpt/issues
Last updated from:7ac5c0a9db. Checks:9 OK. Indexed: yes.
The latest version of this package failed to build. Look at thebuild logs for more information.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 102 | ||
| source / vignettes | OK | 181 | ||
| linux-release-x86_64 | OK | 102 | ||
| macos-release-arm64 | OK | 126 | ||
| macos-oldrel-arm64 | OK | 143 | ||
| windows-devel | OK | 56 | ||
| windows-release | OK | 54 | ||
| windows-oldrel | OK | 53 | ||
| wasm-release | OK | 101 |
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 |
