Package: gitGPT
Type: Package
Title: Automated Git Commit Messages using the 'OpenAI' 'GPT' Model
Version: 0.1.3
Imports: httr, jsonlite
Authors@R: c(person(given="Steve", family="Condylios", 
    role=c("aut", "cre"), email="steve.condylios@gmail.com", 
    comment("https://orcid.org/0000-0003-0599-844X")))
Maintainer: Steve Condylios <steve.condylios@gmail.com>
BugReports: https://github.com/stevecondylios/gitGPT/issues
License: MIT + file LICENSE
URL: https://github.com/stevecondylios/gitGPT
Description: 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>). 
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-04-03 10:54:13 UTC; st
Author: Steve Condylios [aut, cre]
Repository: CRAN
Date/Publication: 2023-04-04 19:40:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:28:44 UTC; windows
