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.5)gitGPT_0.1.3.zip(r-4.4)gitGPT_0.1.3.zip(r-4.3)
gitGPT_0.1.3.tgz(r-4.4-any)gitGPT_0.1.3.tgz(r-4.3-any)
gitGPT_0.1.3.tar.gz(r-4.5-noble)gitGPT_0.1.3.tar.gz(r-4.4-noble)
gitGPT_0.1.3.tgz(r-4.4-emscripten)gitGPT_0.1.3.tgz(r-4.3-emscripten)
gitGPT.pdf |gitGPT.html✨
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 2 years agofrom:7ac5c0a9db. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
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 |